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
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -0,0 +1,270 @@
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
+ class BeneficiariesQueryRegisterStatus
17
+ # Fecha en que el usuario propietario del token autorizo el registro de beneficiarios
18
+ attr_accessor :authorization_date
19
+
20
+ # Lista de beneficiarios obtenidos
21
+ attr_accessor :beneficiaries
22
+
23
+ # Fecha en que se realizó la petición de registro de beneficiarios
24
+ attr_accessor :request_date
25
+
26
+ # Identificador de la petición del registro de beneficiarios
27
+ attr_accessor :request_id
28
+
29
+ # Indica sí la petición ya fue autorizada usando el token del usuario
30
+ attr_accessor :status_request
31
+
32
+ # Total de beneficiarios enviados en la petición
33
+ attr_accessor :total_beneficiaries
34
+
35
+ class EnumAttributeValidator
36
+ attr_reader :datatype
37
+ attr_reader :allowable_values
38
+
39
+ def initialize(datatype, allowable_values)
40
+ @allowable_values = allowable_values.map do |value|
41
+ case datatype.to_s
42
+ when /Integer/i
43
+ value.to_i
44
+ when /Float/i
45
+ value.to_f
46
+ else
47
+ value
48
+ end
49
+ end
50
+ end
51
+
52
+ def valid?(value)
53
+ !value || allowable_values.include?(value)
54
+ end
55
+ end
56
+
57
+ # Attribute mapping from ruby-style variable name to JSON key.
58
+ def self.attribute_map
59
+ {
60
+ :'authorization_date' => :'authorization_date',
61
+ :'beneficiaries' => :'beneficiaries',
62
+ :'request_date' => :'request_date',
63
+ :'request_id' => :'request_id',
64
+ :'status_request' => :'status_request',
65
+ :'total_beneficiaries' => :'total_beneficiaries'
66
+ }
67
+ end
68
+
69
+ # Attribute type mapping.
70
+ def self.swagger_types
71
+ {
72
+ :'authorization_date' => :'DateTime',
73
+ :'beneficiaries' => :'Array<AccountResponse>',
74
+ :'request_date' => :'DateTime',
75
+ :'request_id' => :'String',
76
+ :'status_request' => :'String',
77
+ :'total_beneficiaries' => :'Integer'
78
+ }
79
+ end
80
+
81
+ # Initializes the object
82
+ # @param [Hash] attributes Model attributes in the form of hash
83
+ def initialize(attributes = {})
84
+ return unless attributes.is_a?(Hash)
85
+
86
+ # convert string to symbol for hash key
87
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
88
+
89
+ if attributes.has_key?(:'authorization_date')
90
+ self.authorization_date = attributes[:'authorization_date']
91
+ end
92
+
93
+ if attributes.has_key?(:'beneficiaries')
94
+ if (value = attributes[:'beneficiaries']).is_a?(Array)
95
+ self.beneficiaries = value
96
+ end
97
+ end
98
+
99
+ if attributes.has_key?(:'request_date')
100
+ self.request_date = attributes[:'request_date']
101
+ end
102
+
103
+ if attributes.has_key?(:'request_id')
104
+ self.request_id = attributes[:'request_id']
105
+ end
106
+
107
+ if attributes.has_key?(:'status_request')
108
+ self.status_request = attributes[:'status_request']
109
+ end
110
+
111
+ if attributes.has_key?(:'total_beneficiaries')
112
+ self.total_beneficiaries = attributes[:'total_beneficiaries']
113
+ end
114
+ end
115
+
116
+ # Show invalid properties with the reasons. Usually used together with valid?
117
+ # @return Array for valid properties with the reasons
118
+ def list_invalid_properties
119
+ invalid_properties = Array.new
120
+ invalid_properties
121
+ end
122
+
123
+ # Check to see if the all the properties in the model are valid
124
+ # @return true if the model is valid
125
+ def valid?
126
+ status_request_validator = EnumAttributeValidator.new('String', ['PENDING', 'AUTHORIZED'])
127
+ return false unless status_request_validator.valid?(@status_request)
128
+ true
129
+ end
130
+
131
+ # Custom attribute writer method checking allowed values (enum).
132
+ # @param [Object] status_request Object to be assigned
133
+ def status_request=(status_request)
134
+ validator = EnumAttributeValidator.new('String', ['PENDING', 'AUTHORIZED'])
135
+ unless validator.valid?(status_request)
136
+ fail ArgumentError, 'invalid value for "status_request", must be one of #{validator.allowable_values}.'
137
+ end
138
+ @status_request = status_request
139
+ end
140
+
141
+ # Checks equality by comparing each attribute.
142
+ # @param [Object] Object to be compared
143
+ def ==(o)
144
+ return true if self.equal?(o)
145
+ self.class == o.class &&
146
+ authorization_date == o.authorization_date &&
147
+ beneficiaries == o.beneficiaries &&
148
+ request_date == o.request_date &&
149
+ request_id == o.request_id &&
150
+ status_request == o.status_request &&
151
+ total_beneficiaries == o.total_beneficiaries
152
+ end
153
+
154
+ # @see the `==` method
155
+ # @param [Object] Object to be compared
156
+ def eql?(o)
157
+ self == o
158
+ end
159
+
160
+ # Calculates hash code according to all attributes.
161
+ # @return [Fixnum] Hash code
162
+ def hash
163
+ [authorization_date, beneficiaries, request_date, request_id, status_request, total_beneficiaries].hash
164
+ end
165
+
166
+ # Builds the object from hash
167
+ # @param [Hash] attributes Model attributes in the form of hash
168
+ # @return [Object] Returns the model itself
169
+ def build_from_hash(attributes)
170
+ return nil unless attributes.is_a?(Hash)
171
+ self.class.swagger_types.each_pair do |key, type|
172
+ if type =~ /\AArray<(.*)>/i
173
+ # check to ensure the input is an array given that the the attribute
174
+ # is documented as an array but the input is not
175
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
176
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
177
+ end
178
+ elsif !attributes[self.class.attribute_map[key]].nil?
179
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
180
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
181
+ end
182
+
183
+ self
184
+ end
185
+
186
+ # Deserializes the data based on type
187
+ # @param string type Data type
188
+ # @param string value Value to be deserialized
189
+ # @return [Object] Deserialized data
190
+ def _deserialize(type, value)
191
+ case type.to_sym
192
+ when :DateTime
193
+ DateTime.parse(value)
194
+ when :Date
195
+ Date.parse(value)
196
+ when :String
197
+ value.to_s
198
+ when :Integer
199
+ value.to_i
200
+ when :Float
201
+ value.to_f
202
+ when :BOOLEAN
203
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
204
+ true
205
+ else
206
+ false
207
+ end
208
+ when :Object
209
+ # generic object (usually a Hash), return directly
210
+ value
211
+ when /\AArray<(?<inner_type>.+)>\z/
212
+ inner_type = Regexp.last_match[:inner_type]
213
+ value.map { |v| _deserialize(inner_type, v) }
214
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
215
+ k_type = Regexp.last_match[:k_type]
216
+ v_type = Regexp.last_match[:v_type]
217
+ {}.tap do |hash|
218
+ value.each do |k, v|
219
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
220
+ end
221
+ end
222
+ else # model
223
+ temp_model = Wire4Client.const_get(type).new
224
+ temp_model.build_from_hash(value)
225
+ end
226
+ end
227
+
228
+ # Returns the string representation of the object
229
+ # @return [String] String presentation of the object
230
+ def to_s
231
+ to_hash.to_s
232
+ end
233
+
234
+ # to_body is an alias to to_hash (backward compatibility)
235
+ # @return [Hash] Returns the object in the form of hash
236
+ def to_body
237
+ to_hash
238
+ end
239
+
240
+ # Returns the object in the form of hash
241
+ # @return [Hash] Returns the object in the form of hash
242
+ def to_hash
243
+ hash = {}
244
+ self.class.attribute_map.each_pair do |attr, param|
245
+ value = self.send(attr)
246
+ next if value.nil?
247
+ hash[param] = _to_hash(value)
248
+ end
249
+ hash
250
+ end
251
+
252
+ # Outputs non-array value in the form of hash
253
+ # For object, use to_hash. Otherwise, just return the value
254
+ # @param [Object] value Any valid value
255
+ # @return [Hash] Returns the value in the form of hash
256
+ def _to_hash(value)
257
+ if value.is_a?(Array)
258
+ value.compact.map { |v| _to_hash(v) }
259
+ elsif value.is_a?(Hash)
260
+ {}.tap do |hash|
261
+ value.each { |k, v| hash[k] = _to_hash(v) }
262
+ end
263
+ elsif value.respond_to? :to_hash
264
+ value.to_hash
265
+ else
266
+ value
267
+ end
268
+ end
269
+ end
270
+ end
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -81,7 +81,7 @@ module Wire4Client
81
81
  :'amount' => :'Float',
82
82
  :'clave_rastreo' => :'String',
83
83
  :'monex_id' => :'Integer',
84
- :'operation_date' => :'Timestamp',
84
+ :'operation_date' => :'DateTime',
85
85
  :'order_id' => :'String',
86
86
  :'payment_order_id' => :'String',
87
87
  :'transaction_id' => :'Integer',
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #Wire4RestAPI
3
3
 
4
- #Referencia de la API de Wire4
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
 
@@ -0,0 +1,248 @@
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
+ # Certificado de la empresa que se esta registrando
17
+ class CertificateRequest
18
+ # Alias del certificado
19
+ attr_accessor :_alias
20
+
21
+ # Numero de certificado
22
+ attr_accessor :certificate_number
23
+
24
+ # Dígito verificador
25
+ attr_accessor :check_digit
26
+
27
+ # Información de cifrado
28
+ attr_accessor :cipher_data
29
+
30
+ # Attribute mapping from ruby-style variable name to JSON key.
31
+ def self.attribute_map
32
+ {
33
+ :'_alias' => :'alias',
34
+ :'certificate_number' => :'certificate_number',
35
+ :'check_digit' => :'check_digit',
36
+ :'cipher_data' => :'cipher_data'
37
+ }
38
+ end
39
+
40
+ # Attribute type mapping.
41
+ def self.swagger_types
42
+ {
43
+ :'_alias' => :'String',
44
+ :'certificate_number' => :'String',
45
+ :'check_digit' => :'String',
46
+ :'cipher_data' => :'String'
47
+ }
48
+ end
49
+
50
+ # Initializes the object
51
+ # @param [Hash] attributes Model attributes in the form of hash
52
+ def initialize(attributes = {})
53
+ return unless attributes.is_a?(Hash)
54
+
55
+ # convert string to symbol for hash key
56
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
57
+
58
+ if attributes.has_key?(:'alias')
59
+ self._alias = attributes[:'alias']
60
+ end
61
+
62
+ if attributes.has_key?(:'certificate_number')
63
+ self.certificate_number = attributes[:'certificate_number']
64
+ end
65
+
66
+ if attributes.has_key?(:'check_digit')
67
+ self.check_digit = attributes[:'check_digit']
68
+ end
69
+
70
+ if attributes.has_key?(:'cipher_data')
71
+ self.cipher_data = attributes[:'cipher_data']
72
+ end
73
+ end
74
+
75
+ # Show invalid properties with the reasons. Usually used together with valid?
76
+ # @return Array for valid properties with the reasons
77
+ def list_invalid_properties
78
+ invalid_properties = Array.new
79
+ if !@check_digit.nil? && @check_digit.to_s.length > 1
80
+ invalid_properties.push('invalid value for "check_digit", the character length must be smaller than or equal to 1.')
81
+ end
82
+
83
+ if !@check_digit.nil? && @check_digit.to_s.length < 1
84
+ invalid_properties.push('invalid value for "check_digit", the character length must be great than or equal to 1.')
85
+ end
86
+
87
+ if !@check_digit.nil? && @check_digit !~ Regexp.new(/\\d/)
88
+ invalid_properties.push('invalid value for "check_digit", must conform to the pattern /\\d/.')
89
+ end
90
+
91
+ invalid_properties
92
+ end
93
+
94
+ # Check to see if the all the properties in the model are valid
95
+ # @return true if the model is valid
96
+ def valid?
97
+ return false if !@check_digit.nil? && @check_digit.to_s.length > 1
98
+ return false if !@check_digit.nil? && @check_digit.to_s.length < 1
99
+ return false if !@check_digit.nil? && @check_digit !~ Regexp.new(/\\d/)
100
+ true
101
+ end
102
+
103
+ # Custom attribute writer method with validation
104
+ # @param [Object] check_digit Value to be assigned
105
+ def check_digit=(check_digit)
106
+ if !check_digit.nil? && check_digit.to_s.length > 1
107
+ fail ArgumentError, 'invalid value for "check_digit", the character length must be smaller than or equal to 1.'
108
+ end
109
+
110
+ if !check_digit.nil? && check_digit.to_s.length < 1
111
+ fail ArgumentError, 'invalid value for "check_digit", the character length must be great than or equal to 1.'
112
+ end
113
+
114
+ if !check_digit.nil? && check_digit !~ Regexp.new(/\\d/)
115
+ fail ArgumentError, 'invalid value for "check_digit", must conform to the pattern /\\d/.'
116
+ end
117
+
118
+ @check_digit = check_digit
119
+ end
120
+
121
+ # Checks equality by comparing each attribute.
122
+ # @param [Object] Object to be compared
123
+ def ==(o)
124
+ return true if self.equal?(o)
125
+ self.class == o.class &&
126
+ _alias == o._alias &&
127
+ certificate_number == o.certificate_number &&
128
+ check_digit == o.check_digit &&
129
+ cipher_data == o.cipher_data
130
+ end
131
+
132
+ # @see the `==` method
133
+ # @param [Object] Object to be compared
134
+ def eql?(o)
135
+ self == o
136
+ end
137
+
138
+ # Calculates hash code according to all attributes.
139
+ # @return [Fixnum] Hash code
140
+ def hash
141
+ [_alias, certificate_number, check_digit, cipher_data].hash
142
+ end
143
+
144
+ # Builds the object from hash
145
+ # @param [Hash] attributes Model attributes in the form of hash
146
+ # @return [Object] Returns the model itself
147
+ def build_from_hash(attributes)
148
+ return nil unless attributes.is_a?(Hash)
149
+ self.class.swagger_types.each_pair do |key, type|
150
+ if type =~ /\AArray<(.*)>/i
151
+ # check to ensure the input is an array given that the the attribute
152
+ # is documented as an array but the input is not
153
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
154
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
155
+ end
156
+ elsif !attributes[self.class.attribute_map[key]].nil?
157
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
158
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
159
+ end
160
+
161
+ self
162
+ end
163
+
164
+ # Deserializes the data based on type
165
+ # @param string type Data type
166
+ # @param string value Value to be deserialized
167
+ # @return [Object] Deserialized data
168
+ def _deserialize(type, value)
169
+ case type.to_sym
170
+ when :DateTime
171
+ DateTime.parse(value)
172
+ when :Date
173
+ Date.parse(value)
174
+ when :String
175
+ value.to_s
176
+ when :Integer
177
+ value.to_i
178
+ when :Float
179
+ value.to_f
180
+ when :BOOLEAN
181
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
182
+ true
183
+ else
184
+ false
185
+ end
186
+ when :Object
187
+ # generic object (usually a Hash), return directly
188
+ value
189
+ when /\AArray<(?<inner_type>.+)>\z/
190
+ inner_type = Regexp.last_match[:inner_type]
191
+ value.map { |v| _deserialize(inner_type, v) }
192
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
193
+ k_type = Regexp.last_match[:k_type]
194
+ v_type = Regexp.last_match[:v_type]
195
+ {}.tap do |hash|
196
+ value.each do |k, v|
197
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
198
+ end
199
+ end
200
+ else # model
201
+ temp_model = Wire4Client.const_get(type).new
202
+ temp_model.build_from_hash(value)
203
+ end
204
+ end
205
+
206
+ # Returns the string representation of the object
207
+ # @return [String] String presentation of the object
208
+ def to_s
209
+ to_hash.to_s
210
+ end
211
+
212
+ # to_body is an alias to to_hash (backward compatibility)
213
+ # @return [Hash] Returns the object in the form of hash
214
+ def to_body
215
+ to_hash
216
+ end
217
+
218
+ # Returns the object in the form of hash
219
+ # @return [Hash] Returns the object in the form of hash
220
+ def to_hash
221
+ hash = {}
222
+ self.class.attribute_map.each_pair do |attr, param|
223
+ value = self.send(attr)
224
+ next if value.nil?
225
+ hash[param] = _to_hash(value)
226
+ end
227
+ hash
228
+ end
229
+
230
+ # Outputs non-array value in the form of hash
231
+ # For object, use to_hash. Otherwise, just return the value
232
+ # @param [Object] value Any valid value
233
+ # @return [Hash] Returns the value in the form of hash
234
+ def _to_hash(value)
235
+ if value.is_a?(Array)
236
+ value.compact.map { |v| _to_hash(v) }
237
+ elsif value.is_a?(Hash)
238
+ {}.tap do |hash|
239
+ value.each { |k, v| hash[k] = _to_hash(v) }
240
+ end
241
+ elsif value.respond_to? :to_hash
242
+ value.to_hash
243
+ else
244
+ value
245
+ end
246
+ end
247
+ end
248
+ end