wire4_client 0.0.1.pre.SNAPSHOT → 0.0.9.pre.TEST

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +84 -44
  3. data/docs/Account.md +3 -3
  4. data/docs/AccountDetail.md +13 -0
  5. data/docs/AccountReassigned.md +22 -0
  6. data/docs/AccountResponse.md +6 -3
  7. data/docs/AccountSpid.md +2 -2
  8. data/docs/AddressCompany.md +17 -0
  9. data/docs/AmountRequest.md +2 -0
  10. data/docs/AuthorizationTransactionGroup.md +9 -0
  11. data/docs/AuthorizedBeneficiariesResponse.md +10 -0
  12. data/docs/AuthorizedUsers.md +13 -0
  13. data/docs/AutorizacinDeDepsitosApi.md +113 -0
  14. data/docs/BeneficiariesQueryRegisterStatus.md +13 -0
  15. data/docs/BillingTransaction.md +1 -1
  16. data/docs/CertificateRequest.md +11 -0
  17. data/docs/CodiCodeQrResponseDTO.md +17 -0
  18. data/docs/CodiCodeRequestDTO.md +14 -0
  19. data/docs/CodiOperationResponseDTO.md +14 -0
  20. data/docs/CodiOperationsFiltersRequestDTO.md +15 -0
  21. data/docs/CompanyRegistered.md +13 -0
  22. data/docs/CompanyRequested.md +11 -0
  23. data/docs/Compay.md +11 -0
  24. data/docs/ComprobanteElectrnicoDePagoCEPApi.md +6 -8
  25. data/docs/ConfigurationsLimits.md +9 -0
  26. data/docs/ContactoApi.md +6 -8
  27. data/docs/ContractDetailRequest.md +11 -0
  28. data/docs/ContractDetailResponse.md +9 -0
  29. data/docs/ContractsDetailsApi.md +222 -0
  30. data/docs/CuentasDeBeneficiariosSPEIApi.md +163 -54
  31. data/docs/CuentasDeBeneficiariosSPIDApi.md +73 -8
  32. data/docs/Deposit.md +1 -0
  33. data/docs/DepositAuthorizationRequest.md +10 -0
  34. data/docs/DepositantesApi.md +12 -16
  35. data/docs/DepositsAuthorizationResponse.md +10 -0
  36. data/docs/DetailedErrorResponse.md +10 -0
  37. data/docs/EmpresasCoDiApi.md +107 -0
  38. data/docs/FacturasApi.md +12 -16
  39. data/docs/InstitucionesApi.md +10 -9
  40. data/docs/Item.md +10 -0
  41. data/docs/LmitesDeMontosApi.md +112 -0
  42. data/docs/MessageAccountBeneficiary.md +2 -2
  43. data/docs/MessageCEP.md +9 -9
  44. data/docs/MessageCodiAction.md +19 -0
  45. data/docs/MessageConfigurationsLimits.md +8 -0
  46. data/docs/MessageDepositAuthorizationRequest.md +27 -0
  47. data/docs/MessageDepositReceived.md +1 -0
  48. data/docs/MessagePayment.md +3 -1
  49. data/docs/MessagePaymentStatePending.md +23 -0
  50. data/docs/MessageRequestChanged.md +9 -0
  51. data/docs/MessageSalesPoint.md +10 -0
  52. data/docs/MessageSubscription.md +6 -5
  53. data/docs/MessageUserAuthorized.md +14 -0
  54. data/docs/MessageWebHook.md +2 -2
  55. data/docs/OperacionesCoDiApi.md +68 -0
  56. data/docs/Operations.md +17 -0
  57. data/docs/PagerResponseDto.md +13 -0
  58. data/docs/Payment.md +4 -2
  59. data/docs/PaymentCODI.md +13 -0
  60. data/docs/PaymentRequestCodiResponseDTO.md +18 -0
  61. data/docs/PaymentsRequestId.md +13 -0
  62. data/docs/PeticionesDePagoPorCoDiApi.md +116 -0
  63. data/docs/PreMonexAuthorization.md +11 -0
  64. data/docs/PuntosDeVentaCoDiApi.md +113 -0
  65. data/docs/SaldoApi.md +6 -8
  66. data/docs/SalesPoint.md +10 -0
  67. data/docs/SalesPointFound.md +14 -0
  68. data/docs/SalesPointRequest.md +11 -0
  69. data/docs/SalesPointRespose.md +11 -0
  70. data/docs/SpidBeneficiariesResponse.md +8 -0
  71. data/docs/SpidBeneficiaryResponse.md +20 -0
  72. data/docs/SuscripcionesApi.md +32 -38
  73. data/docs/TransactionErrorCode.md +10 -0
  74. data/docs/TransactionOutgoing.md +2 -1
  75. data/docs/TransferenciasSPEIApi.md +136 -32
  76. data/docs/TransferenciasSPIDApi.md +12 -16
  77. data/docs/UpdateConfigurationsRequestDTO.md +8 -0
  78. data/docs/UrlsRedirect.md +9 -0
  79. data/docs/UserCompany.md +16 -0
  80. data/docs/WebHookDepositAuthorizationRequest.md +9 -0
  81. data/docs/WebHookDepositAuthorizationResponse.md +13 -0
  82. data/docs/Webhook.md +13 -0
  83. data/docs/WebhooksApi.md +22 -25
  84. data/lib/wire4_client.rb +56 -2
  85. data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +173 -0
  86. data/lib/wire4_client/api/comprobante_electrnico_de_pago_cep_api.rb +12 -5
  87. data/lib/wire4_client/api/contacto_api.rb +12 -5
  88. data/lib/wire4_client/api/contracts_details_api.rb +301 -0
  89. data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +262 -33
  90. data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +104 -5
  91. data/lib/wire4_client/api/depositantes_api.rb +23 -9
  92. data/lib/wire4_client/api/empresas_co_di_api.rb +137 -0
  93. data/lib/wire4_client/api/facturas_api.rb +23 -9
  94. data/lib/wire4_client/api/instituciones_api.rb +12 -5
  95. data/lib/wire4_client/api/lmites_de_montos_api.rb +160 -0
  96. data/lib/wire4_client/api/operaciones_co_di_api.rb +92 -0
  97. data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +178 -0
  98. data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +151 -0
  99. data/lib/wire4_client/api/saldo_api.rb +12 -5
  100. data/lib/wire4_client/api/suscripciones_api.rb +48 -27
  101. data/lib/wire4_client/api/transferencias_spei_api.rb +204 -17
  102. data/lib/wire4_client/api/transferencias_spid_api.rb +23 -9
  103. data/lib/wire4_client/api/webhooks_api.rb +34 -13
  104. data/lib/wire4_client/api_client.rb +1 -2
  105. data/lib/wire4_client/api_error.rb +1 -1
  106. data/lib/wire4_client/configuration.rb +1 -22
  107. data/lib/wire4_client/models/account.rb +4 -4
  108. data/lib/wire4_client/models/account_detail.rb +239 -0
  109. data/lib/wire4_client/models/account_reassigned.rb +385 -0
  110. data/lib/wire4_client/models/account_request.rb +1 -1
  111. data/lib/wire4_client/models/account_response.rb +38 -8
  112. data/lib/wire4_client/models/account_spid.rb +3 -3
  113. data/lib/wire4_client/models/address_company.rb +275 -0
  114. data/lib/wire4_client/models/amount_request.rb +91 -5
  115. data/lib/wire4_client/models/authorization_transaction_group.rb +207 -0
  116. data/lib/wire4_client/models/authorized_beneficiaries_response.rb +206 -0
  117. data/lib/wire4_client/models/authorized_users.rb +235 -0
  118. data/lib/wire4_client/models/balance.rb +1 -1
  119. data/lib/wire4_client/models/balance_list_response.rb +1 -1
  120. data/lib/wire4_client/models/beneficiaries_query_register_status.rb +270 -0
  121. data/lib/wire4_client/models/beneficiaries_response.rb +1 -1
  122. data/lib/wire4_client/models/beneficiary_institution.rb +1 -1
  123. data/lib/wire4_client/models/billing.rb +1 -1
  124. data/lib/wire4_client/models/billing_transaction.rb +2 -2
  125. data/lib/wire4_client/models/cep_response.rb +1 -1
  126. data/lib/wire4_client/models/cep_search_banxico.rb +1 -1
  127. data/lib/wire4_client/models/certificate_request.rb +248 -0
  128. data/lib/wire4_client/models/codi_code_qr_response_dto.rb +320 -0
  129. data/lib/wire4_client/models/codi_code_request_dto.rb +402 -0
  130. data/lib/wire4_client/models/{timestamp.rb → codi_operation_response_dto.rb} +53 -72
  131. data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +336 -0
  132. data/lib/wire4_client/models/company_registered.rb +235 -0
  133. data/lib/wire4_client/models/company_requested.rb +215 -0
  134. data/lib/wire4_client/models/compay.rb +215 -0
  135. data/lib/wire4_client/models/configurations_limits.rb +197 -0
  136. data/lib/wire4_client/models/contact_request.rb +1 -1
  137. data/lib/wire4_client/models/contract_detail_request.rb +247 -0
  138. data/lib/wire4_client/models/contract_detail_response.rb +194 -0
  139. data/lib/wire4_client/models/deposit.rb +12 -2
  140. data/lib/wire4_client/models/deposit_authorization_request.rb +205 -0
  141. data/lib/wire4_client/models/depositant.rb +1 -1
  142. data/lib/wire4_client/models/depositants_register.rb +1 -1
  143. data/lib/wire4_client/models/depositants_response.rb +1 -1
  144. data/lib/wire4_client/models/deposits_authorization_response.rb +205 -0
  145. data/lib/wire4_client/models/detailed_error_response.rb +203 -0
  146. data/lib/wire4_client/models/error_response.rb +1 -1
  147. data/lib/wire4_client/models/get_depositants.rb +1 -1
  148. data/lib/wire4_client/models/institution.rb +1 -1
  149. data/lib/wire4_client/models/institutions_list.rb +1 -1
  150. data/lib/wire4_client/models/item.rb +205 -0
  151. data/lib/wire4_client/models/message_account_beneficiary.rb +3 -3
  152. data/lib/wire4_client/models/message_cep.rb +11 -11
  153. data/lib/wire4_client/models/message_codi_action.rb +295 -0
  154. data/lib/wire4_client/models/message_configurations_limits.rb +187 -0
  155. data/lib/wire4_client/models/message_deposit_authorization_request.rb +375 -0
  156. data/lib/wire4_client/models/message_deposit_received.rb +13 -3
  157. data/lib/wire4_client/models/message_institution.rb +1 -1
  158. data/lib/wire4_client/models/message_payment.rb +24 -3
  159. data/lib/wire4_client/models/message_payment_state_pending.rb +335 -0
  160. data/lib/wire4_client/models/message_request_changed.rb +229 -0
  161. data/lib/wire4_client/models/message_sales_point.rb +205 -0
  162. data/lib/wire4_client/models/message_subscription.rb +18 -8
  163. data/lib/wire4_client/models/message_user_authorized.rb +245 -0
  164. data/lib/wire4_client/models/message_web_hook.rb +3 -3
  165. data/lib/wire4_client/models/operations.rb +321 -0
  166. data/lib/wire4_client/models/pager_response_dto.rb +236 -0
  167. data/lib/wire4_client/models/payment.rb +24 -4
  168. data/lib/wire4_client/models/payment_codi.rb +269 -0
  169. data/lib/wire4_client/models/payment_request_codi_response_dto.rb +287 -0
  170. data/lib/wire4_client/models/payments_request_id.rb +236 -0
  171. data/lib/wire4_client/models/person.rb +1 -1
  172. data/lib/wire4_client/models/pre_enrollment_data.rb +1 -1
  173. data/lib/wire4_client/models/pre_enrollment_response.rb +1 -1
  174. data/lib/wire4_client/models/pre_monex_authorization.rb +291 -0
  175. data/lib/wire4_client/models/relationship.rb +1 -1
  176. data/lib/wire4_client/models/relationships_response.rb +1 -1
  177. data/lib/wire4_client/models/sales_point.rb +205 -0
  178. data/lib/wire4_client/models/sales_point_found.rb +279 -0
  179. data/lib/wire4_client/models/sales_point_request.rb +254 -0
  180. data/lib/wire4_client/models/sales_point_respose.rb +215 -0
  181. data/lib/wire4_client/models/spid_beneficiaries_response.rb +186 -0
  182. data/lib/wire4_client/models/spid_beneficiary_response.rb +365 -0
  183. data/lib/wire4_client/models/spid_classification_dto.rb +1 -1
  184. data/lib/wire4_client/models/spid_classifications_response_dto.rb +1 -1
  185. data/lib/wire4_client/models/token_required_response.rb +1 -1
  186. data/lib/wire4_client/models/transaction_error_code.rb +201 -0
  187. data/lib/wire4_client/models/transaction_outgoing.rb +13 -3
  188. data/lib/wire4_client/models/transaction_outgoing_spid.rb +1 -1
  189. data/lib/wire4_client/models/transactions_outgoing_register.rb +1 -1
  190. data/lib/wire4_client/models/update_configurations_request_dto.rb +192 -0
  191. data/lib/wire4_client/models/urls_redirect.rb +205 -0
  192. data/lib/wire4_client/models/user_company.rb +269 -0
  193. data/lib/wire4_client/models/web_hook_deposit_authorization_request.rb +195 -0
  194. data/lib/wire4_client/models/web_hook_deposit_authorization_response.rb +237 -0
  195. data/lib/wire4_client/models/webhook.rb +271 -0
  196. data/lib/wire4_client/models/webhook_request.rb +1 -1
  197. data/lib/wire4_client/models/webhook_response.rb +1 -1
  198. data/lib/wire4_client/models/webhooks_list.rb +1 -1
  199. data/lib/wire4_client/version.rb +2 -2
  200. data/spec/api/autorizacin_de_depsitos_api_spec.rb +62 -0
  201. data/spec/api/comprobante_electrnico_de_pago_cep_api_spec.rb +2 -1
  202. data/spec/api/contacto_api_spec.rb +2 -1
  203. data/spec/api/contracts_details_api_spec.rb +90 -0
  204. data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +44 -4
  205. data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +22 -1
  206. data/spec/api/depositantes_api_spec.rb +3 -1
  207. data/spec/api/empresas_co_di_api_spec.rb +60 -0
  208. data/spec/api/facturas_api_spec.rb +3 -1
  209. data/spec/api/instituciones_api_spec.rb +2 -1
  210. data/spec/api/lmites_de_montos_api_spec.rb +62 -0
  211. data/spec/api/operaciones_co_di_api_spec.rb +52 -0
  212. data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +63 -0
  213. data/spec/api/puntos_de_venta_co_di_api_spec.rb +62 -0
  214. data/spec/api/saldo_api_spec.rb +2 -1
  215. data/spec/api/suscripciones_api_spec.rb +11 -8
  216. data/spec/api/transferencias_spei_api_spec.rb +34 -1
  217. data/spec/api/transferencias_spid_api_spec.rb +3 -1
  218. data/spec/api/webhooks_api_spec.rb +4 -1
  219. data/spec/api_client_spec.rb +1 -1
  220. data/spec/configuration_spec.rb +1 -1
  221. data/spec/models/account_detail_spec.rb +71 -0
  222. data/spec/models/account_reassigned_spec.rb +125 -0
  223. data/spec/models/account_request_spec.rb +1 -1
  224. data/spec/models/account_response_spec.rb +19 -1
  225. data/spec/models/account_spec.rb +1 -1
  226. data/spec/models/account_spid_spec.rb +1 -1
  227. data/spec/models/{timestamp_spec.rb → address_company_spec.rb} +17 -17
  228. data/spec/models/amount_request_spec.rb +13 -1
  229. data/spec/models/authorization_transaction_group_spec.rb +47 -0
  230. data/spec/models/authorized_beneficiaries_response_spec.rb +53 -0
  231. data/spec/models/authorized_users_spec.rb +71 -0
  232. data/spec/models/balance_list_response_spec.rb +1 -1
  233. data/spec/models/balance_spec.rb +1 -1
  234. data/spec/models/beneficiaries_query_register_status_spec.rb +75 -0
  235. data/spec/models/beneficiaries_response_spec.rb +1 -1
  236. data/spec/models/beneficiary_institution_spec.rb +1 -1
  237. data/spec/models/billing_spec.rb +1 -1
  238. data/spec/models/billing_transaction_spec.rb +1 -1
  239. data/spec/models/cep_response_spec.rb +1 -1
  240. data/spec/models/cep_search_banxico_spec.rb +1 -1
  241. data/spec/models/certificate_request_spec.rb +59 -0
  242. data/spec/models/codi_code_qr_response_dto_spec.rb +103 -0
  243. data/spec/models/codi_code_request_dto_spec.rb +81 -0
  244. data/spec/models/codi_operation_response_dto_spec.rb +77 -0
  245. data/spec/models/codi_operations_filters_request_dto_spec.rb +87 -0
  246. data/spec/models/company_registered_spec.rb +71 -0
  247. data/spec/models/company_requested_spec.rb +59 -0
  248. data/spec/models/compay_spec.rb +59 -0
  249. data/spec/models/configurations_limits_spec.rb +47 -0
  250. data/spec/models/contact_request_spec.rb +1 -1
  251. data/spec/models/contract_detail_request_spec.rb +59 -0
  252. data/spec/models/contract_detail_response_spec.rb +47 -0
  253. data/spec/models/deposit_authorization_request_spec.rb +53 -0
  254. data/spec/models/deposit_spec.rb +7 -1
  255. data/spec/models/depositant_spec.rb +1 -1
  256. data/spec/models/depositants_register_spec.rb +1 -1
  257. data/spec/models/depositants_response_spec.rb +1 -1
  258. data/spec/models/deposits_authorization_response_spec.rb +53 -0
  259. data/spec/models/detailed_error_response_spec.rb +53 -0
  260. data/spec/models/error_response_spec.rb +1 -1
  261. data/spec/models/get_depositants_spec.rb +1 -1
  262. data/spec/models/institution_spec.rb +1 -1
  263. data/spec/models/institutions_list_spec.rb +1 -1
  264. data/spec/models/item_spec.rb +53 -0
  265. data/spec/models/message_account_beneficiary_spec.rb +1 -1
  266. data/spec/models/message_cep_spec.rb +1 -1
  267. data/spec/models/message_codi_action_spec.rb +107 -0
  268. data/spec/models/message_configurations_limits_spec.rb +41 -0
  269. data/spec/models/message_deposit_authorization_request_spec.rb +155 -0
  270. data/spec/models/message_deposit_received_spec.rb +7 -1
  271. data/spec/models/message_institution_spec.rb +1 -1
  272. data/spec/models/message_payment_spec.rb +13 -1
  273. data/spec/models/message_payment_state_pending_spec.rb +131 -0
  274. data/spec/models/message_request_changed_spec.rb +51 -0
  275. data/spec/models/message_sales_point_spec.rb +53 -0
  276. data/spec/models/message_subscription_spec.rb +7 -1
  277. data/spec/models/message_user_authorized_spec.rb +77 -0
  278. data/spec/models/message_web_hook_spec.rb +1 -1
  279. data/spec/models/operations_spec.rb +103 -0
  280. data/spec/models/pager_response_dto_spec.rb +71 -0
  281. data/spec/models/payment_codi_spec.rb +75 -0
  282. data/spec/models/payment_request_codi_response_dto_spec.rb +101 -0
  283. data/spec/models/payment_spec.rb +13 -1
  284. data/spec/models/payments_request_id_spec.rb +71 -0
  285. data/spec/models/person_spec.rb +1 -1
  286. data/spec/models/pre_enrollment_data_spec.rb +1 -1
  287. data/spec/models/pre_enrollment_response_spec.rb +1 -1
  288. data/spec/models/pre_monex_authorization_spec.rb +59 -0
  289. data/spec/models/relationship_spec.rb +1 -1
  290. data/spec/models/relationships_response_spec.rb +1 -1
  291. data/spec/models/sales_point_found_spec.rb +81 -0
  292. data/spec/models/sales_point_request_spec.rb +59 -0
  293. data/spec/models/sales_point_respose_spec.rb +59 -0
  294. data/spec/models/sales_point_spec.rb +53 -0
  295. data/spec/models/spid_beneficiaries_response_spec.rb +41 -0
  296. data/spec/models/spid_beneficiary_response_spec.rb +113 -0
  297. data/spec/models/spid_classification_dto_spec.rb +1 -1
  298. data/spec/models/spid_classifications_response_dto_spec.rb +1 -1
  299. data/spec/models/token_required_response_spec.rb +1 -1
  300. data/spec/models/transaction_error_code_spec.rb +53 -0
  301. data/spec/models/transaction_outgoing_spec.rb +7 -1
  302. data/spec/models/transaction_outgoing_spid_spec.rb +1 -1
  303. data/spec/models/transactions_outgoing_register_spec.rb +1 -1
  304. data/spec/models/update_configurations_request_dto_spec.rb +41 -0
  305. data/spec/models/urls_redirect_spec.rb +47 -0
  306. data/spec/models/user_company_spec.rb +89 -0
  307. data/spec/models/web_hook_deposit_authorization_request_spec.rb +47 -0
  308. data/spec/models/web_hook_deposit_authorization_response_spec.rb +71 -0
  309. data/spec/models/webhook_request_spec.rb +1 -1
  310. data/spec/models/webhook_response_spec.rb +1 -1
  311. data/spec/models/webhook_spec.rb +75 -0
  312. data/spec/models/webhooks_list_spec.rb +1 -1
  313. data/spec/spec_helper.rb +1 -1
  314. data/wire4_client-1.0.9.gem +0 -0
  315. data/wire4_client.gemspec +2 -2
  316. metadata +267 -51
  317. data/Gemfile.lock +0 -69
  318. data/docs/Timestamp.md +0 -17
@@ -0,0 +1,187 @@
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
+ # Configuración de límites de montos
17
+ class MessageConfigurationsLimits
18
+ # Lista de configuraciones pertenecientes al contrato
19
+ attr_accessor :configurations
20
+
21
+ # Attribute mapping from ruby-style variable name to JSON key.
22
+ def self.attribute_map
23
+ {
24
+ :'configurations' => :'configurations'
25
+ }
26
+ end
27
+
28
+ # Attribute type mapping.
29
+ def self.swagger_types
30
+ {
31
+ :'configurations' => :'Array<ConfigurationsLimits>'
32
+ }
33
+ end
34
+
35
+ # Initializes the object
36
+ # @param [Hash] attributes Model attributes in the form of hash
37
+ def initialize(attributes = {})
38
+ return unless attributes.is_a?(Hash)
39
+
40
+ # convert string to symbol for hash key
41
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
42
+
43
+ if attributes.has_key?(:'configurations')
44
+ if (value = attributes[:'configurations']).is_a?(Array)
45
+ self.configurations = value
46
+ end
47
+ end
48
+ end
49
+
50
+ # Show invalid properties with the reasons. Usually used together with valid?
51
+ # @return Array for valid properties with the reasons
52
+ def list_invalid_properties
53
+ invalid_properties = Array.new
54
+ invalid_properties
55
+ end
56
+
57
+ # Check to see if the all the properties in the model are valid
58
+ # @return true if the model is valid
59
+ def valid?
60
+ true
61
+ end
62
+
63
+ # Checks equality by comparing each attribute.
64
+ # @param [Object] Object to be compared
65
+ def ==(o)
66
+ return true if self.equal?(o)
67
+ self.class == o.class &&
68
+ configurations == o.configurations
69
+ end
70
+
71
+ # @see the `==` method
72
+ # @param [Object] Object to be compared
73
+ def eql?(o)
74
+ self == o
75
+ end
76
+
77
+ # Calculates hash code according to all attributes.
78
+ # @return [Fixnum] Hash code
79
+ def hash
80
+ [configurations].hash
81
+ end
82
+
83
+ # Builds the object from hash
84
+ # @param [Hash] attributes Model attributes in the form of hash
85
+ # @return [Object] Returns the model itself
86
+ def build_from_hash(attributes)
87
+ return nil unless attributes.is_a?(Hash)
88
+ self.class.swagger_types.each_pair do |key, type|
89
+ if type =~ /\AArray<(.*)>/i
90
+ # check to ensure the input is an array given that the the attribute
91
+ # is documented as an array but the input is not
92
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
93
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
94
+ end
95
+ elsif !attributes[self.class.attribute_map[key]].nil?
96
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
97
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
98
+ end
99
+
100
+ self
101
+ end
102
+
103
+ # Deserializes the data based on type
104
+ # @param string type Data type
105
+ # @param string value Value to be deserialized
106
+ # @return [Object] Deserialized data
107
+ def _deserialize(type, value)
108
+ case type.to_sym
109
+ when :DateTime
110
+ DateTime.parse(value)
111
+ when :Date
112
+ Date.parse(value)
113
+ when :String
114
+ value.to_s
115
+ when :Integer
116
+ value.to_i
117
+ when :Float
118
+ value.to_f
119
+ when :BOOLEAN
120
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
121
+ true
122
+ else
123
+ false
124
+ end
125
+ when :Object
126
+ # generic object (usually a Hash), return directly
127
+ value
128
+ when /\AArray<(?<inner_type>.+)>\z/
129
+ inner_type = Regexp.last_match[:inner_type]
130
+ value.map { |v| _deserialize(inner_type, v) }
131
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
132
+ k_type = Regexp.last_match[:k_type]
133
+ v_type = Regexp.last_match[:v_type]
134
+ {}.tap do |hash|
135
+ value.each do |k, v|
136
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
137
+ end
138
+ end
139
+ else # model
140
+ temp_model = Wire4Client.const_get(type).new
141
+ temp_model.build_from_hash(value)
142
+ end
143
+ end
144
+
145
+ # Returns the string representation of the object
146
+ # @return [String] String presentation of the object
147
+ def to_s
148
+ to_hash.to_s
149
+ end
150
+
151
+ # to_body is an alias to to_hash (backward compatibility)
152
+ # @return [Hash] Returns the object in the form of hash
153
+ def to_body
154
+ to_hash
155
+ end
156
+
157
+ # Returns the object in the form of hash
158
+ # @return [Hash] Returns the object in the form of hash
159
+ def to_hash
160
+ hash = {}
161
+ self.class.attribute_map.each_pair do |attr, param|
162
+ value = self.send(attr)
163
+ next if value.nil?
164
+ hash[param] = _to_hash(value)
165
+ end
166
+ hash
167
+ end
168
+
169
+ # Outputs non-array value in the form of hash
170
+ # For object, use to_hash. Otherwise, just return the value
171
+ # @param [Object] value Any valid value
172
+ # @return [Hash] Returns the value in the form of hash
173
+ def _to_hash(value)
174
+ if value.is_a?(Array)
175
+ value.compact.map { |v| _to_hash(v) }
176
+ elsif value.is_a?(Hash)
177
+ {}.tap do |hash|
178
+ value.each { |k, v| hash[k] = _to_hash(v) }
179
+ end
180
+ elsif value.respond_to? :to_hash
181
+ value.to_hash
182
+ else
183
+ value
184
+ end
185
+ end
186
+ end
187
+ end
@@ -0,0 +1,375 @@
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
+ # El mensaje que se envía mediante (webHook) con la información de un deposito que necesita ser autorizado
17
+ class MessageDepositAuthorizationRequest
18
+ # Monto de la transferencia
19
+ attr_accessor :amount
20
+
21
+ # Cuenta del beneficiario
22
+ attr_accessor :beneficiary_account
23
+
24
+ # Nombre del beneficiario
25
+ attr_accessor :beneficiary_name
26
+
27
+ # RFC del beneficiario
28
+ attr_accessor :beneficiary_rfc
29
+
30
+ # Clave de rastreo de la transferencia
31
+ attr_accessor :clave_rastreo
32
+
33
+ # Fecha de confirmación de la transferencia
34
+ attr_accessor :confirm_date
35
+
36
+ # Código de moneda de la transferencia, puede ser MXP, USD
37
+ attr_accessor :currency_code
38
+
39
+ # Fecha de recepción de la transferencia
40
+ attr_accessor :deposit_date
41
+
42
+ # Nombre del depositante, en caso que la transferencia se reciba en una cuenta de depositante
43
+ attr_accessor :depositant
44
+
45
+ # CLABE del depositante, en caso que la transferencia se reciba en una cuenta de depositante
46
+ attr_accessor :depositant_clabe
47
+
48
+ # Correo electrónico del depositante, en caso que la transferencia se reciba en una cuenta de depositante
49
+ attr_accessor :depositant_email
50
+
51
+ # RFC del depositante, en caso que la transferencia se reciba en una cuenta de depositante
52
+ attr_accessor :depositant_rfc
53
+
54
+ # Concepto de la transferencia
55
+ attr_accessor :description
56
+
57
+ # Descripción de Monex para la transferencia
58
+ attr_accessor :monex_description
59
+
60
+ # Identificador asignado por Monex a la transferencia
61
+ attr_accessor :monex_transaction_id
62
+
63
+ # Referecia de la transferencia
64
+ attr_accessor :reference
65
+
66
+ # Cuenta del ordenante, podría ser un número celular, TDD o Cuenta CLABE interbancaria
67
+ attr_accessor :sender_account
68
+
69
+ # Información del banco del ordenante
70
+ attr_accessor :sender_bank
71
+
72
+ # Nombre del ordenante
73
+ attr_accessor :sender_name
74
+
75
+ # RFC del ordenante
76
+ attr_accessor :sender_rfc
77
+
78
+ # Attribute mapping from ruby-style variable name to JSON key.
79
+ def self.attribute_map
80
+ {
81
+ :'amount' => :'amount',
82
+ :'beneficiary_account' => :'beneficiary_account',
83
+ :'beneficiary_name' => :'beneficiary_name',
84
+ :'beneficiary_rfc' => :'beneficiary_rfc',
85
+ :'clave_rastreo' => :'clave_rastreo',
86
+ :'confirm_date' => :'confirm_date',
87
+ :'currency_code' => :'currency_code',
88
+ :'deposit_date' => :'deposit_date',
89
+ :'depositant' => :'depositant',
90
+ :'depositant_clabe' => :'depositant_clabe',
91
+ :'depositant_email' => :'depositant_email',
92
+ :'depositant_rfc' => :'depositant_rfc',
93
+ :'description' => :'description',
94
+ :'monex_description' => :'monex_description',
95
+ :'monex_transaction_id' => :'monex_transaction_id',
96
+ :'reference' => :'reference',
97
+ :'sender_account' => :'sender_account',
98
+ :'sender_bank' => :'sender_bank',
99
+ :'sender_name' => :'sender_name',
100
+ :'sender_rfc' => :'sender_rfc'
101
+ }
102
+ end
103
+
104
+ # Attribute type mapping.
105
+ def self.swagger_types
106
+ {
107
+ :'amount' => :'Float',
108
+ :'beneficiary_account' => :'String',
109
+ :'beneficiary_name' => :'String',
110
+ :'beneficiary_rfc' => :'String',
111
+ :'clave_rastreo' => :'String',
112
+ :'confirm_date' => :'DateTime',
113
+ :'currency_code' => :'String',
114
+ :'deposit_date' => :'DateTime',
115
+ :'depositant' => :'String',
116
+ :'depositant_clabe' => :'String',
117
+ :'depositant_email' => :'String',
118
+ :'depositant_rfc' => :'String',
119
+ :'description' => :'String',
120
+ :'monex_description' => :'String',
121
+ :'monex_transaction_id' => :'String',
122
+ :'reference' => :'String',
123
+ :'sender_account' => :'String',
124
+ :'sender_bank' => :'MessageInstitution',
125
+ :'sender_name' => :'String',
126
+ :'sender_rfc' => :'String'
127
+ }
128
+ end
129
+
130
+ # Initializes the object
131
+ # @param [Hash] attributes Model attributes in the form of hash
132
+ def initialize(attributes = {})
133
+ return unless attributes.is_a?(Hash)
134
+
135
+ # convert string to symbol for hash key
136
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
137
+
138
+ if attributes.has_key?(:'amount')
139
+ self.amount = attributes[:'amount']
140
+ end
141
+
142
+ if attributes.has_key?(:'beneficiary_account')
143
+ self.beneficiary_account = attributes[:'beneficiary_account']
144
+ end
145
+
146
+ if attributes.has_key?(:'beneficiary_name')
147
+ self.beneficiary_name = attributes[:'beneficiary_name']
148
+ end
149
+
150
+ if attributes.has_key?(:'beneficiary_rfc')
151
+ self.beneficiary_rfc = attributes[:'beneficiary_rfc']
152
+ end
153
+
154
+ if attributes.has_key?(:'clave_rastreo')
155
+ self.clave_rastreo = attributes[:'clave_rastreo']
156
+ end
157
+
158
+ if attributes.has_key?(:'confirm_date')
159
+ self.confirm_date = attributes[:'confirm_date']
160
+ end
161
+
162
+ if attributes.has_key?(:'currency_code')
163
+ self.currency_code = attributes[:'currency_code']
164
+ end
165
+
166
+ if attributes.has_key?(:'deposit_date')
167
+ self.deposit_date = attributes[:'deposit_date']
168
+ end
169
+
170
+ if attributes.has_key?(:'depositant')
171
+ self.depositant = attributes[:'depositant']
172
+ end
173
+
174
+ if attributes.has_key?(:'depositant_clabe')
175
+ self.depositant_clabe = attributes[:'depositant_clabe']
176
+ end
177
+
178
+ if attributes.has_key?(:'depositant_email')
179
+ self.depositant_email = attributes[:'depositant_email']
180
+ end
181
+
182
+ if attributes.has_key?(:'depositant_rfc')
183
+ self.depositant_rfc = attributes[:'depositant_rfc']
184
+ end
185
+
186
+ if attributes.has_key?(:'description')
187
+ self.description = attributes[:'description']
188
+ end
189
+
190
+ if attributes.has_key?(:'monex_description')
191
+ self.monex_description = attributes[:'monex_description']
192
+ end
193
+
194
+ if attributes.has_key?(:'monex_transaction_id')
195
+ self.monex_transaction_id = attributes[:'monex_transaction_id']
196
+ end
197
+
198
+ if attributes.has_key?(:'reference')
199
+ self.reference = attributes[:'reference']
200
+ end
201
+
202
+ if attributes.has_key?(:'sender_account')
203
+ self.sender_account = attributes[:'sender_account']
204
+ end
205
+
206
+ if attributes.has_key?(:'sender_bank')
207
+ self.sender_bank = attributes[:'sender_bank']
208
+ end
209
+
210
+ if attributes.has_key?(:'sender_name')
211
+ self.sender_name = attributes[:'sender_name']
212
+ end
213
+
214
+ if attributes.has_key?(:'sender_rfc')
215
+ self.sender_rfc = attributes[:'sender_rfc']
216
+ end
217
+ end
218
+
219
+ # Show invalid properties with the reasons. Usually used together with valid?
220
+ # @return Array for valid properties with the reasons
221
+ def list_invalid_properties
222
+ invalid_properties = Array.new
223
+ invalid_properties
224
+ end
225
+
226
+ # Check to see if the all the properties in the model are valid
227
+ # @return true if the model is valid
228
+ def valid?
229
+ true
230
+ end
231
+
232
+ # Checks equality by comparing each attribute.
233
+ # @param [Object] Object to be compared
234
+ def ==(o)
235
+ return true if self.equal?(o)
236
+ self.class == o.class &&
237
+ amount == o.amount &&
238
+ beneficiary_account == o.beneficiary_account &&
239
+ beneficiary_name == o.beneficiary_name &&
240
+ beneficiary_rfc == o.beneficiary_rfc &&
241
+ clave_rastreo == o.clave_rastreo &&
242
+ confirm_date == o.confirm_date &&
243
+ currency_code == o.currency_code &&
244
+ deposit_date == o.deposit_date &&
245
+ depositant == o.depositant &&
246
+ depositant_clabe == o.depositant_clabe &&
247
+ depositant_email == o.depositant_email &&
248
+ depositant_rfc == o.depositant_rfc &&
249
+ description == o.description &&
250
+ monex_description == o.monex_description &&
251
+ monex_transaction_id == o.monex_transaction_id &&
252
+ reference == o.reference &&
253
+ sender_account == o.sender_account &&
254
+ sender_bank == o.sender_bank &&
255
+ sender_name == o.sender_name &&
256
+ sender_rfc == o.sender_rfc
257
+ end
258
+
259
+ # @see the `==` method
260
+ # @param [Object] Object to be compared
261
+ def eql?(o)
262
+ self == o
263
+ end
264
+
265
+ # Calculates hash code according to all attributes.
266
+ # @return [Fixnum] Hash code
267
+ def hash
268
+ [amount, beneficiary_account, beneficiary_name, beneficiary_rfc, clave_rastreo, confirm_date, currency_code, deposit_date, depositant, depositant_clabe, depositant_email, depositant_rfc, description, monex_description, monex_transaction_id, reference, sender_account, sender_bank, sender_name, sender_rfc].hash
269
+ end
270
+
271
+ # Builds the object from hash
272
+ # @param [Hash] attributes Model attributes in the form of hash
273
+ # @return [Object] Returns the model itself
274
+ def build_from_hash(attributes)
275
+ return nil unless attributes.is_a?(Hash)
276
+ self.class.swagger_types.each_pair do |key, type|
277
+ if type =~ /\AArray<(.*)>/i
278
+ # check to ensure the input is an array given that the the attribute
279
+ # is documented as an array but the input is not
280
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
281
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
282
+ end
283
+ elsif !attributes[self.class.attribute_map[key]].nil?
284
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
285
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
286
+ end
287
+
288
+ self
289
+ end
290
+
291
+ # Deserializes the data based on type
292
+ # @param string type Data type
293
+ # @param string value Value to be deserialized
294
+ # @return [Object] Deserialized data
295
+ def _deserialize(type, value)
296
+ case type.to_sym
297
+ when :DateTime
298
+ DateTime.parse(value)
299
+ when :Date
300
+ Date.parse(value)
301
+ when :String
302
+ value.to_s
303
+ when :Integer
304
+ value.to_i
305
+ when :Float
306
+ value.to_f
307
+ when :BOOLEAN
308
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
309
+ true
310
+ else
311
+ false
312
+ end
313
+ when :Object
314
+ # generic object (usually a Hash), return directly
315
+ value
316
+ when /\AArray<(?<inner_type>.+)>\z/
317
+ inner_type = Regexp.last_match[:inner_type]
318
+ value.map { |v| _deserialize(inner_type, v) }
319
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
320
+ k_type = Regexp.last_match[:k_type]
321
+ v_type = Regexp.last_match[:v_type]
322
+ {}.tap do |hash|
323
+ value.each do |k, v|
324
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
325
+ end
326
+ end
327
+ else # model
328
+ temp_model = Wire4Client.const_get(type).new
329
+ temp_model.build_from_hash(value)
330
+ end
331
+ end
332
+
333
+ # Returns the string representation of the object
334
+ # @return [String] String presentation of the object
335
+ def to_s
336
+ to_hash.to_s
337
+ end
338
+
339
+ # to_body is an alias to to_hash (backward compatibility)
340
+ # @return [Hash] Returns the object in the form of hash
341
+ def to_body
342
+ to_hash
343
+ end
344
+
345
+ # Returns the object in the form of hash
346
+ # @return [Hash] Returns the object in the form of hash
347
+ def to_hash
348
+ hash = {}
349
+ self.class.attribute_map.each_pair do |attr, param|
350
+ value = self.send(attr)
351
+ next if value.nil?
352
+ hash[param] = _to_hash(value)
353
+ end
354
+ hash
355
+ end
356
+
357
+ # Outputs non-array value in the form of hash
358
+ # For object, use to_hash. Otherwise, just return the value
359
+ # @param [Object] value Any valid value
360
+ # @return [Hash] Returns the value in the form of hash
361
+ def _to_hash(value)
362
+ if value.is_a?(Array)
363
+ value.compact.map { |v| _to_hash(v) }
364
+ elsif value.is_a?(Hash)
365
+ {}.tap do |hash|
366
+ value.each { |k, v| hash[k] = _to_hash(v) }
367
+ end
368
+ elsif value.respond_to? :to_hash
369
+ value.to_hash
370
+ else
371
+ value
372
+ end
373
+ end
374
+ end
375
+ end