wire4_client 0.0.1.pre.SNAPSHOT → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +96 -51
- data/docs/Account.md +11 -11
- data/docs/AccountDetail.md +13 -0
- data/docs/AccountReassigned.md +21 -0
- data/docs/AccountRequest.md +3 -3
- data/docs/AccountResponse.md +13 -11
- data/docs/AccountSpid.md +11 -11
- data/docs/AddressCompany.md +17 -0
- data/docs/AmountRequest.md +5 -3
- data/docs/AuthorizationTransactionGroup.md +9 -0
- data/docs/AuthorizedBeneficiariesResponse.md +10 -0
- data/docs/AuthorizedUsers.md +13 -0
- data/docs/AutorizacinDeDepsitosApi.md +113 -0
- data/docs/Balance.md +3 -3
- data/docs/BalanceListResponse.md +1 -1
- data/docs/BeneficiariesQueryRegisterStatus.md +13 -0
- data/docs/BeneficiariesResponse.md +1 -1
- data/docs/BillingTransaction.md +1 -1
- data/docs/CepResponse.md +20 -20
- data/docs/CepSearchBanxico.md +8 -8
- data/docs/CertificateRequest.md +11 -0
- data/docs/CodiCodeQrResponseDTO.md +17 -0
- data/docs/CodiCodeRequestDTO.md +14 -0
- data/docs/CodiOperationResponseDTO.md +14 -0
- data/docs/CodiOperationsFiltersRequestDTO.md +15 -0
- data/docs/CompanyRegistered.md +13 -0
- data/docs/CompanyRequested.md +11 -0
- data/docs/Compay.md +11 -0
- data/docs/ComprobanteElectrnicoDePagoCEPApi.md +6 -8
- data/docs/ConfigurationsLimits.md +9 -0
- data/docs/ContactRequest.md +5 -5
- data/docs/ContactoApi.md +6 -8
- data/docs/ContractDetailRequest.md +11 -0
- data/docs/ContractDetailResponse.md +9 -0
- data/docs/ContractsDetailsApi.md +222 -0
- data/docs/CuentasDeBeneficiariosSPEIApi.md +190 -81
- data/docs/CuentasDeBeneficiariosSPIDApi.md +80 -13
- data/docs/Deposit.md +21 -20
- data/docs/DepositAuthorizationRequest.md +10 -0
- data/docs/Depositant.md +5 -5
- data/docs/DepositantesApi.md +18 -22
- data/docs/DepositantsRegister.md +4 -4
- data/docs/DepositantsResponse.md +1 -1
- data/docs/DepositsAuthorizationResponse.md +10 -0
- data/docs/DetailedErrorResponse.md +10 -0
- data/docs/EmpresasCoDiApi.md +107 -0
- data/docs/FacturasApi.md +12 -16
- data/docs/GetDepositants.md +1 -1
- data/docs/InstitucionesApi.md +15 -12
- data/docs/Institution.md +4 -4
- data/docs/InstitutionsList.md +1 -1
- data/docs/Item.md +10 -0
- data/docs/LmitesDeMontosApi.md +112 -0
- data/docs/MessageAccountBeneficiary.md +3 -3
- data/docs/MessageCEP.md +21 -21
- data/docs/MessageCodiAction.md +19 -0
- data/docs/MessageConfigurationsLimits.md +8 -0
- data/docs/MessageDepositAuthorizationRequest.md +27 -0
- data/docs/MessageDepositReceived.md +21 -20
- data/docs/MessageInstitution.md +4 -4
- data/docs/MessagePayment.md +20 -18
- data/docs/MessagePaymentStatePending.md +23 -0
- data/docs/MessageRequestChanged.md +9 -0
- data/docs/MessageSalesPoint.md +10 -0
- data/docs/MessageSubscription.md +6 -5
- data/docs/MessageUserAuthorized.md +14 -0
- data/docs/MessageWebHook.md +9 -9
- data/docs/OperacionesCoDiApi.md +68 -0
- data/docs/Operations.md +17 -0
- data/docs/PagerResponseDto.md +13 -0
- data/docs/Payment.md +19 -17
- data/docs/PaymentCODI.md +13 -0
- data/docs/PaymentRequestCodiResponseDTO.md +18 -0
- data/docs/PaymentsRequestId.md +13 -0
- data/docs/PeticionesDePagoPorCoDiApi.md +116 -0
- data/docs/PreEnrollmentData.md +2 -2
- data/docs/PreEnrollmentResponse.md +2 -2
- data/docs/PreMonexAuthorization.md +11 -0
- data/docs/PuntosDeVentaCoDiApi.md +113 -0
- data/docs/Relationship.md +2 -2
- data/docs/RelationshipsResponse.md +1 -1
- data/docs/SaldoApi.md +9 -11
- data/docs/SalesPoint.md +10 -0
- data/docs/SalesPointFound.md +14 -0
- data/docs/SalesPointRequest.md +11 -0
- data/docs/SalesPointRespose.md +11 -0
- data/docs/ServiceBanking.md +9 -0
- data/docs/SpidBeneficiariesResponse.md +8 -0
- data/docs/SpidBeneficiaryResponse.md +19 -0
- data/docs/SpidClassificationDTO.md +2 -2
- data/docs/SubscriptionChangeStatusRequest.md +8 -0
- data/docs/SuscripcionesApi.md +143 -42
- data/docs/TokenRequiredResponse.md +2 -2
- data/docs/TransactionErrorCode.md +10 -0
- data/docs/TransactionOutgoing.md +2 -1
- data/docs/TransactionOutgoingSpid.md +10 -10
- data/docs/TransactionsOutgoingRegister.md +3 -3
- data/docs/TransferenciasSPEIApi.md +150 -46
- data/docs/TransferenciasSPIDApi.md +24 -28
- data/docs/UpdateConfigurationsRequestDTO.md +8 -0
- data/docs/UrlsRedirect.md +9 -0
- data/docs/UseServiceBanking.md +9 -0
- data/docs/UserCompany.md +16 -0
- data/docs/WebHookDepositAuthorizationRequest.md +9 -0
- data/docs/WebHookDepositAuthorizationResponse.md +13 -0
- data/docs/Webhook.md +13 -0
- data/docs/WebhookRequest.md +3 -3
- data/docs/WebhookResponse.md +5 -5
- data/docs/WebhooksApi.md +30 -33
- data/lib/wire4_client.rb +59 -2
- data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +173 -0
- data/lib/wire4_client/api/comprobante_electrnico_de_pago_cep_api.rb +12 -5
- data/lib/wire4_client/api/contacto_api.rb +12 -5
- data/lib/wire4_client/api/contracts_details_api.rb +301 -0
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +292 -63
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +110 -9
- data/lib/wire4_client/api/depositantes_api.rb +31 -17
- data/lib/wire4_client/api/empresas_co_di_api.rb +137 -0
- data/lib/wire4_client/api/facturas_api.rb +23 -9
- data/lib/wire4_client/api/instituciones_api.rb +16 -7
- data/lib/wire4_client/api/lmites_de_montos_api.rb +160 -0
- data/lib/wire4_client/api/operaciones_co_di_api.rb +92 -0
- data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +178 -0
- data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +151 -0
- data/lib/wire4_client/api/saldo_api.rb +16 -9
- data/lib/wire4_client/api/suscripciones_api.rb +185 -31
- data/lib/wire4_client/api/transferencias_spei_api.rb +220 -33
- data/lib/wire4_client/api/transferencias_spid_api.rb +35 -21
- data/lib/wire4_client/api/webhooks_api.rb +46 -25
- data/lib/wire4_client/api_client.rb +1 -2
- data/lib/wire4_client/api_error.rb +1 -1
- data/lib/wire4_client/configuration.rb +1 -22
- data/lib/wire4_client/models/account.rb +12 -12
- data/lib/wire4_client/models/{timestamp.rb → account_detail.rb} +50 -75
- data/lib/wire4_client/models/account_reassigned.rb +375 -0
- data/lib/wire4_client/models/account_request.rb +4 -4
- data/lib/wire4_client/models/account_response.rb +37 -17
- data/lib/wire4_client/models/account_spid.rb +60 -12
- data/lib/wire4_client/models/address_company.rb +275 -0
- data/lib/wire4_client/models/amount_request.rb +95 -9
- data/lib/wire4_client/models/authorization_transaction_group.rb +207 -0
- data/lib/wire4_client/models/authorized_beneficiaries_response.rb +206 -0
- data/lib/wire4_client/models/authorized_users.rb +235 -0
- data/lib/wire4_client/models/balance.rb +5 -5
- data/lib/wire4_client/models/balance_list_response.rb +2 -2
- data/lib/wire4_client/models/beneficiaries_query_register_status.rb +270 -0
- data/lib/wire4_client/models/beneficiaries_response.rb +2 -2
- data/lib/wire4_client/models/beneficiary_institution.rb +1 -1
- data/lib/wire4_client/models/billing.rb +1 -1
- data/lib/wire4_client/models/billing_transaction.rb +2 -2
- data/lib/wire4_client/models/cep_response.rb +21 -21
- data/lib/wire4_client/models/cep_search_banxico.rb +9 -9
- data/lib/wire4_client/models/certificate_request.rb +248 -0
- data/lib/wire4_client/models/codi_code_qr_response_dto.rb +320 -0
- data/lib/wire4_client/models/codi_code_request_dto.rb +402 -0
- data/lib/wire4_client/models/codi_operation_response_dto.rb +245 -0
- data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +336 -0
- data/lib/wire4_client/models/company_registered.rb +235 -0
- data/lib/wire4_client/models/company_requested.rb +215 -0
- data/lib/wire4_client/models/compay.rb +215 -0
- data/lib/wire4_client/models/configurations_limits.rb +197 -0
- data/lib/wire4_client/models/contact_request.rb +7 -7
- data/lib/wire4_client/models/contract_detail_request.rb +247 -0
- data/lib/wire4_client/models/contract_detail_response.rb +194 -0
- data/lib/wire4_client/models/deposit.rb +32 -22
- data/lib/wire4_client/models/deposit_authorization_request.rb +205 -0
- data/lib/wire4_client/models/depositant.rb +6 -6
- data/lib/wire4_client/models/depositants_register.rb +5 -5
- data/lib/wire4_client/models/depositants_response.rb +2 -2
- data/lib/wire4_client/models/deposits_authorization_response.rb +205 -0
- data/lib/wire4_client/models/detailed_error_response.rb +203 -0
- data/lib/wire4_client/models/error_response.rb +1 -1
- data/lib/wire4_client/models/get_depositants.rb +3 -3
- data/lib/wire4_client/models/institution.rb +6 -6
- data/lib/wire4_client/models/institutions_list.rb +2 -2
- data/lib/wire4_client/models/item.rb +205 -0
- data/lib/wire4_client/models/message_account_beneficiary.rb +5 -5
- data/lib/wire4_client/models/message_cep.rb +23 -23
- data/lib/wire4_client/models/message_codi_action.rb +295 -0
- data/lib/wire4_client/models/message_configurations_limits.rb +187 -0
- data/lib/wire4_client/models/message_deposit_authorization_request.rb +375 -0
- data/lib/wire4_client/models/message_deposit_received.rb +33 -23
- data/lib/wire4_client/models/message_institution.rb +6 -6
- data/lib/wire4_client/models/message_payment.rb +41 -20
- data/lib/wire4_client/models/message_payment_state_pending.rb +335 -0
- data/lib/wire4_client/models/message_request_changed.rb +229 -0
- data/lib/wire4_client/models/message_sales_point.rb +205 -0
- data/lib/wire4_client/models/message_subscription.rb +18 -8
- data/lib/wire4_client/models/message_user_authorized.rb +245 -0
- data/lib/wire4_client/models/message_web_hook.rb +11 -11
- data/lib/wire4_client/models/operations.rb +321 -0
- data/lib/wire4_client/models/pager_response_dto.rb +236 -0
- data/lib/wire4_client/models/payment.rb +40 -20
- data/lib/wire4_client/models/payment_codi.rb +269 -0
- data/lib/wire4_client/models/payment_request_codi_response_dto.rb +287 -0
- data/lib/wire4_client/models/payments_request_id.rb +236 -0
- data/lib/wire4_client/models/person.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_data.rb +21 -3
- data/lib/wire4_client/models/pre_enrollment_response.rb +3 -3
- data/lib/wire4_client/models/pre_monex_authorization.rb +291 -0
- data/lib/wire4_client/models/relationship.rb +3 -3
- data/lib/wire4_client/models/relationships_response.rb +2 -2
- data/lib/wire4_client/models/sales_point.rb +205 -0
- data/lib/wire4_client/models/sales_point_found.rb +279 -0
- data/lib/wire4_client/models/sales_point_request.rb +254 -0
- data/lib/wire4_client/models/sales_point_respose.rb +215 -0
- data/lib/wire4_client/models/service_banking.rb +193 -0
- data/lib/wire4_client/models/spid_beneficiaries_response.rb +186 -0
- data/lib/wire4_client/models/spid_beneficiary_response.rb +355 -0
- data/lib/wire4_client/models/spid_classification_dto.rb +3 -3
- data/lib/wire4_client/models/spid_classifications_response_dto.rb +1 -1
- data/lib/wire4_client/models/subscription_change_status_request.rb +222 -0
- data/lib/wire4_client/models/token_required_response.rb +4 -4
- data/lib/wire4_client/models/transaction_error_code.rb +201 -0
- data/lib/wire4_client/models/transaction_outgoing.rb +13 -3
- data/lib/wire4_client/models/transaction_outgoing_spid.rb +12 -12
- data/lib/wire4_client/models/transactions_outgoing_register.rb +5 -5
- data/lib/wire4_client/models/update_configurations_request_dto.rb +192 -0
- data/lib/wire4_client/models/urls_redirect.rb +261 -0
- data/lib/wire4_client/models/use_service_banking.rb +251 -0
- data/lib/wire4_client/models/user_company.rb +269 -0
- data/lib/wire4_client/models/web_hook_deposit_authorization_request.rb +195 -0
- data/lib/wire4_client/models/web_hook_deposit_authorization_response.rb +237 -0
- data/lib/wire4_client/models/webhook.rb +271 -0
- data/lib/wire4_client/models/webhook_request.rb +4 -4
- data/lib/wire4_client/models/webhook_response.rb +6 -6
- data/lib/wire4_client/models/webhooks_list.rb +1 -1
- data/lib/wire4_client/version.rb +2 -2
- data/spec/api/autorizacin_de_depsitos_api_spec.rb +62 -0
- data/spec/api/comprobante_electrnico_de_pago_cep_api_spec.rb +2 -1
- data/spec/api/contacto_api_spec.rb +2 -1
- data/spec/api/contracts_details_api_spec.rb +90 -0
- data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +59 -19
- data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +25 -3
- data/spec/api/depositantes_api_spec.rb +7 -5
- data/spec/api/empresas_co_di_api_spec.rb +60 -0
- data/spec/api/facturas_api_spec.rb +3 -1
- data/spec/api/instituciones_api_spec.rb +4 -2
- data/spec/api/lmites_de_montos_api_spec.rb +62 -0
- data/spec/api/operaciones_co_di_api_spec.rb +52 -0
- data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +63 -0
- data/spec/api/puntos_de_venta_co_di_api_spec.rb +62 -0
- data/spec/api/saldo_api_spec.rb +4 -3
- data/spec/api/suscripciones_api_spec.rb +41 -10
- data/spec/api/transferencias_spei_api_spec.rb +42 -9
- data/spec/api/transferencias_spid_api_spec.rb +9 -7
- data/spec/api/webhooks_api_spec.rb +8 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_detail_spec.rb +71 -0
- data/spec/models/account_reassigned_spec.rb +119 -0
- data/spec/models/account_request_spec.rb +1 -1
- data/spec/models/account_response_spec.rb +13 -1
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/account_spid_spec.rb +1 -1
- data/spec/models/{timestamp_spec.rb → address_company_spec.rb} +17 -17
- data/spec/models/amount_request_spec.rb +13 -1
- data/spec/models/authorization_transaction_group_spec.rb +47 -0
- data/spec/models/authorized_beneficiaries_response_spec.rb +53 -0
- data/spec/models/authorized_users_spec.rb +71 -0
- data/spec/models/balance_list_response_spec.rb +1 -1
- data/spec/models/balance_spec.rb +1 -1
- data/spec/models/beneficiaries_query_register_status_spec.rb +75 -0
- data/spec/models/beneficiaries_response_spec.rb +1 -1
- data/spec/models/beneficiary_institution_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/billing_transaction_spec.rb +1 -1
- data/spec/models/cep_response_spec.rb +1 -1
- data/spec/models/cep_search_banxico_spec.rb +1 -1
- data/spec/models/certificate_request_spec.rb +59 -0
- data/spec/models/codi_code_qr_response_dto_spec.rb +103 -0
- data/spec/models/codi_code_request_dto_spec.rb +81 -0
- data/spec/models/codi_operation_response_dto_spec.rb +77 -0
- data/spec/models/codi_operations_filters_request_dto_spec.rb +87 -0
- data/spec/models/company_registered_spec.rb +71 -0
- data/spec/models/company_requested_spec.rb +59 -0
- data/spec/models/compay_spec.rb +59 -0
- data/spec/models/configurations_limits_spec.rb +47 -0
- data/spec/models/contact_request_spec.rb +1 -1
- data/spec/models/contract_detail_request_spec.rb +59 -0
- data/spec/models/contract_detail_response_spec.rb +47 -0
- data/spec/models/deposit_authorization_request_spec.rb +53 -0
- data/spec/models/deposit_spec.rb +7 -1
- data/spec/models/depositant_spec.rb +1 -1
- data/spec/models/depositants_register_spec.rb +1 -1
- data/spec/models/depositants_response_spec.rb +1 -1
- data/spec/models/deposits_authorization_response_spec.rb +53 -0
- data/spec/models/detailed_error_response_spec.rb +53 -0
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/get_depositants_spec.rb +1 -1
- data/spec/models/institution_spec.rb +1 -1
- data/spec/models/institutions_list_spec.rb +1 -1
- data/spec/models/item_spec.rb +53 -0
- data/spec/models/message_account_beneficiary_spec.rb +1 -1
- data/spec/models/message_cep_spec.rb +1 -1
- data/spec/models/message_codi_action_spec.rb +107 -0
- data/spec/models/message_configurations_limits_spec.rb +41 -0
- data/spec/models/message_deposit_authorization_request_spec.rb +155 -0
- data/spec/models/message_deposit_received_spec.rb +7 -1
- data/spec/models/message_institution_spec.rb +1 -1
- data/spec/models/message_payment_spec.rb +13 -1
- data/spec/models/message_payment_state_pending_spec.rb +131 -0
- data/spec/models/message_request_changed_spec.rb +51 -0
- data/spec/models/message_sales_point_spec.rb +53 -0
- data/spec/models/message_subscription_spec.rb +7 -1
- data/spec/models/message_user_authorized_spec.rb +77 -0
- data/spec/models/message_web_hook_spec.rb +1 -1
- data/spec/models/operations_spec.rb +103 -0
- data/spec/models/pager_response_dto_spec.rb +71 -0
- data/spec/models/payment_codi_spec.rb +75 -0
- data/spec/models/payment_request_codi_response_dto_spec.rb +101 -0
- data/spec/models/payment_spec.rb +13 -1
- data/spec/models/payments_request_id_spec.rb +71 -0
- data/spec/models/person_spec.rb +1 -1
- data/spec/models/pre_enrollment_data_spec.rb +1 -1
- data/spec/models/pre_enrollment_response_spec.rb +1 -1
- data/spec/models/pre_monex_authorization_spec.rb +59 -0
- data/spec/models/relationship_spec.rb +1 -1
- data/spec/models/relationships_response_spec.rb +1 -1
- data/spec/models/sales_point_found_spec.rb +81 -0
- data/spec/models/sales_point_request_spec.rb +59 -0
- data/spec/models/sales_point_respose_spec.rb +59 -0
- data/spec/models/sales_point_spec.rb +53 -0
- data/spec/models/service_banking_spec.rb +47 -0
- data/spec/models/spid_beneficiaries_response_spec.rb +41 -0
- data/spec/models/spid_beneficiary_response_spec.rb +107 -0
- data/spec/models/spid_classification_dto_spec.rb +1 -1
- data/spec/models/spid_classifications_response_dto_spec.rb +1 -1
- data/spec/models/subscription_change_status_request_spec.rb +45 -0
- data/spec/models/token_required_response_spec.rb +1 -1
- data/spec/models/transaction_error_code_spec.rb +53 -0
- data/spec/models/transaction_outgoing_spec.rb +7 -1
- data/spec/models/transaction_outgoing_spid_spec.rb +1 -1
- data/spec/models/transactions_outgoing_register_spec.rb +1 -1
- data/spec/models/update_configurations_request_dto_spec.rb +41 -0
- data/spec/models/urls_redirect_spec.rb +47 -0
- data/spec/models/use_service_banking_spec.rb +55 -0
- data/spec/models/user_company_spec.rb +89 -0
- data/spec/models/web_hook_deposit_authorization_request_spec.rb +47 -0
- data/spec/models/web_hook_deposit_authorization_response_spec.rb +71 -0
- data/spec/models/webhook_request_spec.rb +1 -1
- data/spec/models/webhook_response_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +75 -0
- data/spec/models/webhooks_list_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/wire4_client.gemspec +2 -2
- metadata +281 -54
- data/Gemfile.lock +0 -69
- data/docs/Timestamp.md +0 -17
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Wire4RestAPI
|
3
3
|
|
4
|
-
#Referencia de
|
4
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
5
5
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
@@ -15,40 +15,40 @@ require 'date'
|
|
15
15
|
module Wire4Client
|
16
16
|
# Objeto que contiene información de la cuenta
|
17
17
|
class AccountSpid
|
18
|
-
# Monto límite permitido para la cuenta
|
18
|
+
# Monto límite permitido para la cuenta. Ejemplo: 1000.00
|
19
19
|
attr_accessor :amount_limit
|
20
20
|
|
21
|
-
#
|
21
|
+
# Es el código banxico con una longitud de 5 dígitos, es requerido en caso de que la cuenta del beneficiario sea un número de celular.
|
22
22
|
attr_accessor :bank_code_banxico
|
23
23
|
|
24
|
-
# Cuenta del beneficiario debe ser una cuenta CLABE
|
24
|
+
# Cuenta del beneficiario debe ser una cuenta CLABE. Ejemplo: 032180000118359719.
|
25
25
|
attr_accessor :beneficiary_account
|
26
26
|
|
27
|
-
#
|
27
|
+
# Es la dirección URL a la que se redirigirá en caso de que el cliente cancele el registro. Se valida hasta 512 caracteres.
|
28
28
|
attr_accessor :cancel_return_url
|
29
29
|
|
30
|
-
# Lista de
|
30
|
+
# Lista de correos electrónicos (emails), este dato es opcional.
|
31
31
|
attr_accessor :email
|
32
32
|
|
33
33
|
# Objeto que contiene el nombre de la institución, es mutuamente exclusivo con el objeto Person
|
34
34
|
attr_accessor :institution
|
35
35
|
|
36
|
-
#
|
36
|
+
# Es el tipo de relación que se tiene con el propietario de la cuenta. Para registrar una cuenta, este valor se debe obtener del recurso <a href=\"#operation/getAvailableRelationshipsMonexUsingGET\"> relationships.</a> <br /><br /><b>Nota:</b> <em>Si en la respuesta de Monex esta propiedad es nula, tampoco estará presente en esta respuesta.</em>
|
37
37
|
attr_accessor :kind_of_relationship
|
38
38
|
|
39
|
-
#
|
39
|
+
# Es la referencia numérica.
|
40
40
|
attr_accessor :numeric_reference
|
41
41
|
|
42
|
-
#
|
42
|
+
# Es el concepto de pago.
|
43
43
|
attr_accessor :payment_concept
|
44
44
|
|
45
|
-
#
|
45
|
+
# Es la relación con el propietario de la cuenta, para registrar este valor se debe obtener del recurso <a href=\"#operation/getAvailableRelationshipsMonexUsingGET\">relationships.</a> <br/> <br/> <b>Nota:</b> Si en la respuesta de Monex, sta propiedad es nula, tampoco estará presente en esta respuesta.
|
46
46
|
attr_accessor :relationship
|
47
47
|
|
48
|
-
#
|
48
|
+
# Es la dirección URL a la que se redirigirá en caso exitoso. Se valida hasta 512 caracteres.
|
49
49
|
attr_accessor :return_url
|
50
50
|
|
51
|
-
# Registro federal de contribuyentes
|
51
|
+
# Es el Registro federal de contribuyentes (RFC) de la persona o institución propietaria de la cuenta. <br/> <br/><b>Nota:</b> Se valida el formato de RFC.
|
52
52
|
attr_accessor :rfc
|
53
53
|
|
54
54
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -170,6 +170,14 @@ module Wire4Client
|
|
170
170
|
invalid_properties.push('invalid value for "beneficiary_account", beneficiary_account cannot be nil.')
|
171
171
|
end
|
172
172
|
|
173
|
+
if !@cancel_return_url.nil? && @cancel_return_url.to_s.length > 512
|
174
|
+
invalid_properties.push('invalid value for "cancel_return_url", the character length must be smaller than or equal to 512.')
|
175
|
+
end
|
176
|
+
|
177
|
+
if !@cancel_return_url.nil? && @cancel_return_url.to_s.length < 10
|
178
|
+
invalid_properties.push('invalid value for "cancel_return_url", the character length must be great than or equal to 10.')
|
179
|
+
end
|
180
|
+
|
173
181
|
if @institution.nil?
|
174
182
|
invalid_properties.push('invalid value for "institution", institution cannot be nil.')
|
175
183
|
end
|
@@ -194,6 +202,14 @@ module Wire4Client
|
|
194
202
|
invalid_properties.push('invalid value for "relationship", relationship cannot be nil.')
|
195
203
|
end
|
196
204
|
|
205
|
+
if !@return_url.nil? && @return_url.to_s.length > 512
|
206
|
+
invalid_properties.push('invalid value for "return_url", the character length must be smaller than or equal to 512.')
|
207
|
+
end
|
208
|
+
|
209
|
+
if !@return_url.nil? && @return_url.to_s.length < 10
|
210
|
+
invalid_properties.push('invalid value for "return_url", the character length must be great than or equal to 10.')
|
211
|
+
end
|
212
|
+
|
197
213
|
invalid_properties
|
198
214
|
end
|
199
215
|
|
@@ -205,12 +221,16 @@ module Wire4Client
|
|
205
221
|
return false if !@bank_code_banxico.nil? && @bank_code_banxico.to_s.length < 5
|
206
222
|
return false if !@bank_code_banxico.nil? && @bank_code_banxico !~ Regexp.new(/[0-9][0-9]*/)
|
207
223
|
return false if @beneficiary_account.nil?
|
224
|
+
return false if !@cancel_return_url.nil? && @cancel_return_url.to_s.length > 512
|
225
|
+
return false if !@cancel_return_url.nil? && @cancel_return_url.to_s.length < 10
|
208
226
|
return false if @institution.nil?
|
209
227
|
return false if @kind_of_relationship.nil?
|
210
228
|
return false if !@numeric_reference.nil? && @numeric_reference.to_s.length > 7
|
211
229
|
return false if !@numeric_reference.nil? && @numeric_reference.to_s.length < 1
|
212
230
|
return false if !@numeric_reference.nil? && @numeric_reference !~ Regexp.new(/[0-9][0-9]*/)
|
213
231
|
return false if @relationship.nil?
|
232
|
+
return false if !@return_url.nil? && @return_url.to_s.length > 512
|
233
|
+
return false if !@return_url.nil? && @return_url.to_s.length < 10
|
214
234
|
true
|
215
235
|
end
|
216
236
|
|
@@ -232,6 +252,20 @@ module Wire4Client
|
|
232
252
|
@bank_code_banxico = bank_code_banxico
|
233
253
|
end
|
234
254
|
|
255
|
+
# Custom attribute writer method with validation
|
256
|
+
# @param [Object] cancel_return_url Value to be assigned
|
257
|
+
def cancel_return_url=(cancel_return_url)
|
258
|
+
if !cancel_return_url.nil? && cancel_return_url.to_s.length > 512
|
259
|
+
fail ArgumentError, 'invalid value for "cancel_return_url", the character length must be smaller than or equal to 512.'
|
260
|
+
end
|
261
|
+
|
262
|
+
if !cancel_return_url.nil? && cancel_return_url.to_s.length < 10
|
263
|
+
fail ArgumentError, 'invalid value for "cancel_return_url", the character length must be great than or equal to 10.'
|
264
|
+
end
|
265
|
+
|
266
|
+
@cancel_return_url = cancel_return_url
|
267
|
+
end
|
268
|
+
|
235
269
|
# Custom attribute writer method with validation
|
236
270
|
# @param [Object] numeric_reference Value to be assigned
|
237
271
|
def numeric_reference=(numeric_reference)
|
@@ -250,6 +284,20 @@ module Wire4Client
|
|
250
284
|
@numeric_reference = numeric_reference
|
251
285
|
end
|
252
286
|
|
287
|
+
# Custom attribute writer method with validation
|
288
|
+
# @param [Object] return_url Value to be assigned
|
289
|
+
def return_url=(return_url)
|
290
|
+
if !return_url.nil? && return_url.to_s.length > 512
|
291
|
+
fail ArgumentError, 'invalid value for "return_url", the character length must be smaller than or equal to 512.'
|
292
|
+
end
|
293
|
+
|
294
|
+
if !return_url.nil? && return_url.to_s.length < 10
|
295
|
+
fail ArgumentError, 'invalid value for "return_url", the character length must be great than or equal to 10.'
|
296
|
+
end
|
297
|
+
|
298
|
+
@return_url = return_url
|
299
|
+
end
|
300
|
+
|
253
301
|
# Checks equality by comparing each attribute.
|
254
302
|
# @param [Object] Object to be compared
|
255
303
|
def ==(o)
|
@@ -0,0 +1,275 @@
|
|
1
|
+
=begin
|
2
|
+
#Wire4RestAPI
|
3
|
+
|
4
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.10
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module Wire4Client
|
16
|
+
# La dirección de la companía
|
17
|
+
class AddressCompany
|
18
|
+
# La ciudad
|
19
|
+
attr_accessor :city
|
20
|
+
|
21
|
+
# La clabe del país
|
22
|
+
attr_accessor :country_code
|
23
|
+
|
24
|
+
# Número exterior
|
25
|
+
attr_accessor :exterior_number
|
26
|
+
|
27
|
+
# Número interior
|
28
|
+
attr_accessor :interior_number
|
29
|
+
|
30
|
+
# El municipio
|
31
|
+
attr_accessor :municipality
|
32
|
+
|
33
|
+
# Código postal
|
34
|
+
attr_accessor :postal_code
|
35
|
+
|
36
|
+
# El asentamiento
|
37
|
+
attr_accessor :settlement
|
38
|
+
|
39
|
+
# El nombre del asentamiento
|
40
|
+
attr_accessor :settlement_name
|
41
|
+
|
42
|
+
# El estado
|
43
|
+
attr_accessor :state
|
44
|
+
|
45
|
+
# La calle
|
46
|
+
attr_accessor :street_address
|
47
|
+
|
48
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
49
|
+
def self.attribute_map
|
50
|
+
{
|
51
|
+
:'city' => :'city',
|
52
|
+
:'country_code' => :'country_code',
|
53
|
+
:'exterior_number' => :'exterior_number',
|
54
|
+
:'interior_number' => :'interior_number',
|
55
|
+
:'municipality' => :'municipality',
|
56
|
+
:'postal_code' => :'postal_code',
|
57
|
+
:'settlement' => :'settlement',
|
58
|
+
:'settlement_name' => :'settlement_name',
|
59
|
+
:'state' => :'state',
|
60
|
+
:'street_address' => :'street_address'
|
61
|
+
}
|
62
|
+
end
|
63
|
+
|
64
|
+
# Attribute type mapping.
|
65
|
+
def self.swagger_types
|
66
|
+
{
|
67
|
+
:'city' => :'String',
|
68
|
+
:'country_code' => :'String',
|
69
|
+
:'exterior_number' => :'String',
|
70
|
+
:'interior_number' => :'String',
|
71
|
+
:'municipality' => :'String',
|
72
|
+
:'postal_code' => :'String',
|
73
|
+
:'settlement' => :'String',
|
74
|
+
:'settlement_name' => :'String',
|
75
|
+
:'state' => :'String',
|
76
|
+
:'street_address' => :'String'
|
77
|
+
}
|
78
|
+
end
|
79
|
+
|
80
|
+
# Initializes the object
|
81
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
82
|
+
def initialize(attributes = {})
|
83
|
+
return unless attributes.is_a?(Hash)
|
84
|
+
|
85
|
+
# convert string to symbol for hash key
|
86
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
87
|
+
|
88
|
+
if attributes.has_key?(:'city')
|
89
|
+
self.city = attributes[:'city']
|
90
|
+
end
|
91
|
+
|
92
|
+
if attributes.has_key?(:'country_code')
|
93
|
+
self.country_code = attributes[:'country_code']
|
94
|
+
end
|
95
|
+
|
96
|
+
if attributes.has_key?(:'exterior_number')
|
97
|
+
self.exterior_number = attributes[:'exterior_number']
|
98
|
+
end
|
99
|
+
|
100
|
+
if attributes.has_key?(:'interior_number')
|
101
|
+
self.interior_number = attributes[:'interior_number']
|
102
|
+
end
|
103
|
+
|
104
|
+
if attributes.has_key?(:'municipality')
|
105
|
+
self.municipality = attributes[:'municipality']
|
106
|
+
end
|
107
|
+
|
108
|
+
if attributes.has_key?(:'postal_code')
|
109
|
+
self.postal_code = attributes[:'postal_code']
|
110
|
+
end
|
111
|
+
|
112
|
+
if attributes.has_key?(:'settlement')
|
113
|
+
self.settlement = attributes[:'settlement']
|
114
|
+
end
|
115
|
+
|
116
|
+
if attributes.has_key?(:'settlement_name')
|
117
|
+
self.settlement_name = attributes[:'settlement_name']
|
118
|
+
end
|
119
|
+
|
120
|
+
if attributes.has_key?(:'state')
|
121
|
+
self.state = attributes[:'state']
|
122
|
+
end
|
123
|
+
|
124
|
+
if attributes.has_key?(:'street_address')
|
125
|
+
self.street_address = attributes[:'street_address']
|
126
|
+
end
|
127
|
+
end
|
128
|
+
|
129
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
130
|
+
# @return Array for valid properties with the reasons
|
131
|
+
def list_invalid_properties
|
132
|
+
invalid_properties = Array.new
|
133
|
+
invalid_properties
|
134
|
+
end
|
135
|
+
|
136
|
+
# Check to see if the all the properties in the model are valid
|
137
|
+
# @return true if the model is valid
|
138
|
+
def valid?
|
139
|
+
true
|
140
|
+
end
|
141
|
+
|
142
|
+
# Checks equality by comparing each attribute.
|
143
|
+
# @param [Object] Object to be compared
|
144
|
+
def ==(o)
|
145
|
+
return true if self.equal?(o)
|
146
|
+
self.class == o.class &&
|
147
|
+
city == o.city &&
|
148
|
+
country_code == o.country_code &&
|
149
|
+
exterior_number == o.exterior_number &&
|
150
|
+
interior_number == o.interior_number &&
|
151
|
+
municipality == o.municipality &&
|
152
|
+
postal_code == o.postal_code &&
|
153
|
+
settlement == o.settlement &&
|
154
|
+
settlement_name == o.settlement_name &&
|
155
|
+
state == o.state &&
|
156
|
+
street_address == o.street_address
|
157
|
+
end
|
158
|
+
|
159
|
+
# @see the `==` method
|
160
|
+
# @param [Object] Object to be compared
|
161
|
+
def eql?(o)
|
162
|
+
self == o
|
163
|
+
end
|
164
|
+
|
165
|
+
# Calculates hash code according to all attributes.
|
166
|
+
# @return [Fixnum] Hash code
|
167
|
+
def hash
|
168
|
+
[city, country_code, exterior_number, interior_number, municipality, postal_code, settlement, settlement_name, state, street_address].hash
|
169
|
+
end
|
170
|
+
|
171
|
+
# Builds the object from hash
|
172
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
173
|
+
# @return [Object] Returns the model itself
|
174
|
+
def build_from_hash(attributes)
|
175
|
+
return nil unless attributes.is_a?(Hash)
|
176
|
+
self.class.swagger_types.each_pair do |key, type|
|
177
|
+
if type =~ /\AArray<(.*)>/i
|
178
|
+
# check to ensure the input is an array given that the the attribute
|
179
|
+
# is documented as an array but the input is not
|
180
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
181
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
182
|
+
end
|
183
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
184
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
185
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
186
|
+
end
|
187
|
+
|
188
|
+
self
|
189
|
+
end
|
190
|
+
|
191
|
+
# Deserializes the data based on type
|
192
|
+
# @param string type Data type
|
193
|
+
# @param string value Value to be deserialized
|
194
|
+
# @return [Object] Deserialized data
|
195
|
+
def _deserialize(type, value)
|
196
|
+
case type.to_sym
|
197
|
+
when :DateTime
|
198
|
+
DateTime.parse(value)
|
199
|
+
when :Date
|
200
|
+
Date.parse(value)
|
201
|
+
when :String
|
202
|
+
value.to_s
|
203
|
+
when :Integer
|
204
|
+
value.to_i
|
205
|
+
when :Float
|
206
|
+
value.to_f
|
207
|
+
when :BOOLEAN
|
208
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
209
|
+
true
|
210
|
+
else
|
211
|
+
false
|
212
|
+
end
|
213
|
+
when :Object
|
214
|
+
# generic object (usually a Hash), return directly
|
215
|
+
value
|
216
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
217
|
+
inner_type = Regexp.last_match[:inner_type]
|
218
|
+
value.map { |v| _deserialize(inner_type, v) }
|
219
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
220
|
+
k_type = Regexp.last_match[:k_type]
|
221
|
+
v_type = Regexp.last_match[:v_type]
|
222
|
+
{}.tap do |hash|
|
223
|
+
value.each do |k, v|
|
224
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
225
|
+
end
|
226
|
+
end
|
227
|
+
else # model
|
228
|
+
temp_model = Wire4Client.const_get(type).new
|
229
|
+
temp_model.build_from_hash(value)
|
230
|
+
end
|
231
|
+
end
|
232
|
+
|
233
|
+
# Returns the string representation of the object
|
234
|
+
# @return [String] String presentation of the object
|
235
|
+
def to_s
|
236
|
+
to_hash.to_s
|
237
|
+
end
|
238
|
+
|
239
|
+
# to_body is an alias to to_hash (backward compatibility)
|
240
|
+
# @return [Hash] Returns the object in the form of hash
|
241
|
+
def to_body
|
242
|
+
to_hash
|
243
|
+
end
|
244
|
+
|
245
|
+
# Returns the object in the form of hash
|
246
|
+
# @return [Hash] Returns the object in the form of hash
|
247
|
+
def to_hash
|
248
|
+
hash = {}
|
249
|
+
self.class.attribute_map.each_pair do |attr, param|
|
250
|
+
value = self.send(attr)
|
251
|
+
next if value.nil?
|
252
|
+
hash[param] = _to_hash(value)
|
253
|
+
end
|
254
|
+
hash
|
255
|
+
end
|
256
|
+
|
257
|
+
# Outputs non-array value in the form of hash
|
258
|
+
# For object, use to_hash. Otherwise, just return the value
|
259
|
+
# @param [Object] value Any valid value
|
260
|
+
# @return [Hash] Returns the value in the form of hash
|
261
|
+
def _to_hash(value)
|
262
|
+
if value.is_a?(Array)
|
263
|
+
value.compact.map { |v| _to_hash(v) }
|
264
|
+
elsif value.is_a?(Hash)
|
265
|
+
{}.tap do |hash|
|
266
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
267
|
+
end
|
268
|
+
elsif value.respond_to? :to_hash
|
269
|
+
value.to_hash
|
270
|
+
else
|
271
|
+
value
|
272
|
+
end
|
273
|
+
end
|
274
|
+
end
|
275
|
+
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
=begin
|
2
2
|
#Wire4RestAPI
|
3
3
|
|
4
|
-
#Referencia de
|
4
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
5
5
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
7
7
|
|
@@ -13,23 +13,31 @@ Swagger Codegen version: 2.4.10
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module Wire4Client
|
16
|
-
# Objeto que contiene la información del previo y nuevo monto límite
|
16
|
+
# Objeto que contiene la información del previo y nuevo monto límite.
|
17
17
|
class AmountRequest
|
18
|
-
#
|
18
|
+
# Es el nuevo monto límite que reemplazará al actual, un monto de 0.0 implica que no hay límite.
|
19
19
|
attr_accessor :amount_limit
|
20
20
|
|
21
|
-
#
|
21
|
+
# Es la dirección URL a la que se redirigirá en caso de que el cliente cancele el registro. Se valida hasta 512 caracteres.
|
22
|
+
attr_accessor :cancel_return_url
|
23
|
+
|
24
|
+
# Es el código de divisa de la cuenta. Es en el formato estándar de 3 dígitos, por ejemplo para el peso mexicano: <b>MXP</b>, para el dólar estadounidense: <b>USD</b>.
|
22
25
|
attr_accessor :currency_code
|
23
26
|
|
24
|
-
#
|
27
|
+
# Es el monto límite registrado actualmente, un monto de 0.0 implica que no hay límite.
|
25
28
|
attr_accessor :previous_amount_limit
|
26
29
|
|
30
|
+
# Es la dirección URL a la que se redirigirá en caso de éxito. Se valida hasta 512 caracteres.
|
31
|
+
attr_accessor :return_url
|
32
|
+
|
27
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
28
34
|
def self.attribute_map
|
29
35
|
{
|
30
36
|
:'amount_limit' => :'amount_limit',
|
37
|
+
:'cancel_return_url' => :'cancel_return_url',
|
31
38
|
:'currency_code' => :'currency_code',
|
32
|
-
:'previous_amount_limit' => :'previous_amount_limit'
|
39
|
+
:'previous_amount_limit' => :'previous_amount_limit',
|
40
|
+
:'return_url' => :'return_url'
|
33
41
|
}
|
34
42
|
end
|
35
43
|
|
@@ -37,8 +45,10 @@ module Wire4Client
|
|
37
45
|
def self.swagger_types
|
38
46
|
{
|
39
47
|
:'amount_limit' => :'Float',
|
48
|
+
:'cancel_return_url' => :'String',
|
40
49
|
:'currency_code' => :'String',
|
41
|
-
:'previous_amount_limit' => :'Float'
|
50
|
+
:'previous_amount_limit' => :'Float',
|
51
|
+
:'return_url' => :'String'
|
42
52
|
}
|
43
53
|
end
|
44
54
|
|
@@ -54,6 +64,10 @@ module Wire4Client
|
|
54
64
|
self.amount_limit = attributes[:'amount_limit']
|
55
65
|
end
|
56
66
|
|
67
|
+
if attributes.has_key?(:'cancel_return_url')
|
68
|
+
self.cancel_return_url = attributes[:'cancel_return_url']
|
69
|
+
end
|
70
|
+
|
57
71
|
if attributes.has_key?(:'currency_code')
|
58
72
|
self.currency_code = attributes[:'currency_code']
|
59
73
|
end
|
@@ -61,6 +75,10 @@ module Wire4Client
|
|
61
75
|
if attributes.has_key?(:'previous_amount_limit')
|
62
76
|
self.previous_amount_limit = attributes[:'previous_amount_limit']
|
63
77
|
end
|
78
|
+
|
79
|
+
if attributes.has_key?(:'return_url')
|
80
|
+
self.return_url = attributes[:'return_url']
|
81
|
+
end
|
64
82
|
end
|
65
83
|
|
66
84
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -75,6 +93,18 @@ module Wire4Client
|
|
75
93
|
invalid_properties.push('invalid value for "amount_limit", must be greater than or equal to 0.0.')
|
76
94
|
end
|
77
95
|
|
96
|
+
if @cancel_return_url.nil?
|
97
|
+
invalid_properties.push('invalid value for "cancel_return_url", cancel_return_url cannot be nil.')
|
98
|
+
end
|
99
|
+
|
100
|
+
if @cancel_return_url.to_s.length > 512
|
101
|
+
invalid_properties.push('invalid value for "cancel_return_url", the character length must be smaller than or equal to 512.')
|
102
|
+
end
|
103
|
+
|
104
|
+
if @cancel_return_url.to_s.length < 10
|
105
|
+
invalid_properties.push('invalid value for "cancel_return_url", the character length must be great than or equal to 10.')
|
106
|
+
end
|
107
|
+
|
78
108
|
if @currency_code.nil?
|
79
109
|
invalid_properties.push('invalid value for "currency_code", currency_code cannot be nil.')
|
80
110
|
end
|
@@ -87,6 +117,18 @@ module Wire4Client
|
|
87
117
|
invalid_properties.push('invalid value for "previous_amount_limit", must be greater than or equal to 0.0.')
|
88
118
|
end
|
89
119
|
|
120
|
+
if @return_url.nil?
|
121
|
+
invalid_properties.push('invalid value for "return_url", return_url cannot be nil.')
|
122
|
+
end
|
123
|
+
|
124
|
+
if @return_url.to_s.length > 512
|
125
|
+
invalid_properties.push('invalid value for "return_url", the character length must be smaller than or equal to 512.')
|
126
|
+
end
|
127
|
+
|
128
|
+
if @return_url.to_s.length < 10
|
129
|
+
invalid_properties.push('invalid value for "return_url", the character length must be great than or equal to 10.')
|
130
|
+
end
|
131
|
+
|
90
132
|
invalid_properties
|
91
133
|
end
|
92
134
|
|
@@ -95,9 +137,15 @@ module Wire4Client
|
|
95
137
|
def valid?
|
96
138
|
return false if @amount_limit.nil?
|
97
139
|
return false if @amount_limit < 0.0
|
140
|
+
return false if @cancel_return_url.nil?
|
141
|
+
return false if @cancel_return_url.to_s.length > 512
|
142
|
+
return false if @cancel_return_url.to_s.length < 10
|
98
143
|
return false if @currency_code.nil?
|
99
144
|
return false if @previous_amount_limit.nil?
|
100
145
|
return false if @previous_amount_limit < 0.0
|
146
|
+
return false if @return_url.nil?
|
147
|
+
return false if @return_url.to_s.length > 512
|
148
|
+
return false if @return_url.to_s.length < 10
|
101
149
|
true
|
102
150
|
end
|
103
151
|
|
@@ -115,6 +163,24 @@ module Wire4Client
|
|
115
163
|
@amount_limit = amount_limit
|
116
164
|
end
|
117
165
|
|
166
|
+
# Custom attribute writer method with validation
|
167
|
+
# @param [Object] cancel_return_url Value to be assigned
|
168
|
+
def cancel_return_url=(cancel_return_url)
|
169
|
+
if cancel_return_url.nil?
|
170
|
+
fail ArgumentError, 'cancel_return_url cannot be nil'
|
171
|
+
end
|
172
|
+
|
173
|
+
if cancel_return_url.to_s.length > 512
|
174
|
+
fail ArgumentError, 'invalid value for "cancel_return_url", the character length must be smaller than or equal to 512.'
|
175
|
+
end
|
176
|
+
|
177
|
+
if cancel_return_url.to_s.length < 10
|
178
|
+
fail ArgumentError, 'invalid value for "cancel_return_url", the character length must be great than or equal to 10.'
|
179
|
+
end
|
180
|
+
|
181
|
+
@cancel_return_url = cancel_return_url
|
182
|
+
end
|
183
|
+
|
118
184
|
# Custom attribute writer method with validation
|
119
185
|
# @param [Object] previous_amount_limit Value to be assigned
|
120
186
|
def previous_amount_limit=(previous_amount_limit)
|
@@ -129,14 +195,34 @@ module Wire4Client
|
|
129
195
|
@previous_amount_limit = previous_amount_limit
|
130
196
|
end
|
131
197
|
|
198
|
+
# Custom attribute writer method with validation
|
199
|
+
# @param [Object] return_url Value to be assigned
|
200
|
+
def return_url=(return_url)
|
201
|
+
if return_url.nil?
|
202
|
+
fail ArgumentError, 'return_url cannot be nil'
|
203
|
+
end
|
204
|
+
|
205
|
+
if return_url.to_s.length > 512
|
206
|
+
fail ArgumentError, 'invalid value for "return_url", the character length must be smaller than or equal to 512.'
|
207
|
+
end
|
208
|
+
|
209
|
+
if return_url.to_s.length < 10
|
210
|
+
fail ArgumentError, 'invalid value for "return_url", the character length must be great than or equal to 10.'
|
211
|
+
end
|
212
|
+
|
213
|
+
@return_url = return_url
|
214
|
+
end
|
215
|
+
|
132
216
|
# Checks equality by comparing each attribute.
|
133
217
|
# @param [Object] Object to be compared
|
134
218
|
def ==(o)
|
135
219
|
return true if self.equal?(o)
|
136
220
|
self.class == o.class &&
|
137
221
|
amount_limit == o.amount_limit &&
|
222
|
+
cancel_return_url == o.cancel_return_url &&
|
138
223
|
currency_code == o.currency_code &&
|
139
|
-
previous_amount_limit == o.previous_amount_limit
|
224
|
+
previous_amount_limit == o.previous_amount_limit &&
|
225
|
+
return_url == o.return_url
|
140
226
|
end
|
141
227
|
|
142
228
|
# @see the `==` method
|
@@ -148,7 +234,7 @@ module Wire4Client
|
|
148
234
|
# Calculates hash code according to all attributes.
|
149
235
|
# @return [Fixnum] Hash code
|
150
236
|
def hash
|
151
|
-
[amount_limit, currency_code, previous_amount_limit].hash
|
237
|
+
[amount_limit, cancel_return_url, currency_code, previous_amount_limit, return_url].hash
|
152
238
|
end
|
153
239
|
|
154
240
|
# Builds the object from hash
|