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,197 @@
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
+ # Es la lista de configuraciones asociadas al contrato
17
+ class ConfigurationsLimits
18
+ # Nombre del grupo de configuraciones. Debe ser LIMIT_BY_TIME para especificar la configuración por límite por horario o LIMIT_BY_RANGE para especificar límite por periodo.
19
+ attr_accessor :group
20
+
21
+ # Lista de items configurados
22
+ attr_accessor :items
23
+
24
+ # Attribute mapping from ruby-style variable name to JSON key.
25
+ def self.attribute_map
26
+ {
27
+ :'group' => :'group',
28
+ :'items' => :'items'
29
+ }
30
+ end
31
+
32
+ # Attribute type mapping.
33
+ def self.swagger_types
34
+ {
35
+ :'group' => :'String',
36
+ :'items' => :'Array<Item>'
37
+ }
38
+ end
39
+
40
+ # Initializes the object
41
+ # @param [Hash] attributes Model attributes in the form of hash
42
+ def initialize(attributes = {})
43
+ return unless attributes.is_a?(Hash)
44
+
45
+ # convert string to symbol for hash key
46
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
47
+
48
+ if attributes.has_key?(:'group')
49
+ self.group = attributes[:'group']
50
+ end
51
+
52
+ if attributes.has_key?(:'items')
53
+ if (value = attributes[:'items']).is_a?(Array)
54
+ self.items = value
55
+ end
56
+ end
57
+ end
58
+
59
+ # Show invalid properties with the reasons. Usually used together with valid?
60
+ # @return Array for valid properties with the reasons
61
+ def list_invalid_properties
62
+ invalid_properties = Array.new
63
+ invalid_properties
64
+ end
65
+
66
+ # Check to see if the all the properties in the model are valid
67
+ # @return true if the model is valid
68
+ def valid?
69
+ true
70
+ end
71
+
72
+ # Checks equality by comparing each attribute.
73
+ # @param [Object] Object to be compared
74
+ def ==(o)
75
+ return true if self.equal?(o)
76
+ self.class == o.class &&
77
+ group == o.group &&
78
+ items == o.items
79
+ end
80
+
81
+ # @see the `==` method
82
+ # @param [Object] Object to be compared
83
+ def eql?(o)
84
+ self == o
85
+ end
86
+
87
+ # Calculates hash code according to all attributes.
88
+ # @return [Fixnum] Hash code
89
+ def hash
90
+ [group, items].hash
91
+ end
92
+
93
+ # Builds the object from hash
94
+ # @param [Hash] attributes Model attributes in the form of hash
95
+ # @return [Object] Returns the model itself
96
+ def build_from_hash(attributes)
97
+ return nil unless attributes.is_a?(Hash)
98
+ self.class.swagger_types.each_pair do |key, type|
99
+ if type =~ /\AArray<(.*)>/i
100
+ # check to ensure the input is an array given that the the attribute
101
+ # is documented as an array but the input is not
102
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
103
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
104
+ end
105
+ elsif !attributes[self.class.attribute_map[key]].nil?
106
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
107
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
108
+ end
109
+
110
+ self
111
+ end
112
+
113
+ # Deserializes the data based on type
114
+ # @param string type Data type
115
+ # @param string value Value to be deserialized
116
+ # @return [Object] Deserialized data
117
+ def _deserialize(type, value)
118
+ case type.to_sym
119
+ when :DateTime
120
+ DateTime.parse(value)
121
+ when :Date
122
+ Date.parse(value)
123
+ when :String
124
+ value.to_s
125
+ when :Integer
126
+ value.to_i
127
+ when :Float
128
+ value.to_f
129
+ when :BOOLEAN
130
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
131
+ true
132
+ else
133
+ false
134
+ end
135
+ when :Object
136
+ # generic object (usually a Hash), return directly
137
+ value
138
+ when /\AArray<(?<inner_type>.+)>\z/
139
+ inner_type = Regexp.last_match[:inner_type]
140
+ value.map { |v| _deserialize(inner_type, v) }
141
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
142
+ k_type = Regexp.last_match[:k_type]
143
+ v_type = Regexp.last_match[:v_type]
144
+ {}.tap do |hash|
145
+ value.each do |k, v|
146
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
147
+ end
148
+ end
149
+ else # model
150
+ temp_model = Wire4Client.const_get(type).new
151
+ temp_model.build_from_hash(value)
152
+ end
153
+ end
154
+
155
+ # Returns the string representation of the object
156
+ # @return [String] String presentation of the object
157
+ def to_s
158
+ to_hash.to_s
159
+ end
160
+
161
+ # to_body is an alias to to_hash (backward compatibility)
162
+ # @return [Hash] Returns the object in the form of hash
163
+ def to_body
164
+ to_hash
165
+ end
166
+
167
+ # Returns the object in the form of hash
168
+ # @return [Hash] Returns the object in the form of hash
169
+ def to_hash
170
+ hash = {}
171
+ self.class.attribute_map.each_pair do |attr, param|
172
+ value = self.send(attr)
173
+ next if value.nil?
174
+ hash[param] = _to_hash(value)
175
+ end
176
+ hash
177
+ end
178
+
179
+ # Outputs non-array value in the form of hash
180
+ # For object, use to_hash. Otherwise, just return the value
181
+ # @param [Object] value Any valid value
182
+ # @return [Hash] Returns the value in the form of hash
183
+ def _to_hash(value)
184
+ if value.is_a?(Array)
185
+ value.compact.map { |v| _to_hash(v) }
186
+ elsif value.is_a?(Hash)
187
+ {}.tap do |hash|
188
+ value.each { |k, v| hash[k] = _to_hash(v) }
189
+ end
190
+ elsif value.respond_to? :to_hash
191
+ value.to_hash
192
+ else
193
+ value
194
+ end
195
+ end
196
+ end
197
+ 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
 
@@ -0,0 +1,247 @@
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 ContractDetailRequest
17
+ # El contrato a consultar la información
18
+ attr_accessor :contract
19
+
20
+ # La contraseña del usuario
21
+ attr_accessor :password
22
+
23
+ # La contraseña del usuario
24
+ attr_accessor :token_code
25
+
26
+ # El nombre del usuario
27
+ attr_accessor :user_name
28
+
29
+ # Attribute mapping from ruby-style variable name to JSON key.
30
+ def self.attribute_map
31
+ {
32
+ :'contract' => :'contract',
33
+ :'password' => :'password',
34
+ :'token_code' => :'token_code',
35
+ :'user_name' => :'user_name'
36
+ }
37
+ end
38
+
39
+ # Attribute type mapping.
40
+ def self.swagger_types
41
+ {
42
+ :'contract' => :'String',
43
+ :'password' => :'String',
44
+ :'token_code' => :'String',
45
+ :'user_name' => :'String'
46
+ }
47
+ end
48
+
49
+ # Initializes the object
50
+ # @param [Hash] attributes Model attributes in the form of hash
51
+ def initialize(attributes = {})
52
+ return unless attributes.is_a?(Hash)
53
+
54
+ # convert string to symbol for hash key
55
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
56
+
57
+ if attributes.has_key?(:'contract')
58
+ self.contract = attributes[:'contract']
59
+ end
60
+
61
+ if attributes.has_key?(:'password')
62
+ self.password = attributes[:'password']
63
+ end
64
+
65
+ if attributes.has_key?(:'token_code')
66
+ self.token_code = attributes[:'token_code']
67
+ end
68
+
69
+ if attributes.has_key?(:'user_name')
70
+ self.user_name = attributes[:'user_name']
71
+ end
72
+ end
73
+
74
+ # Show invalid properties with the reasons. Usually used together with valid?
75
+ # @return Array for valid properties with the reasons
76
+ def list_invalid_properties
77
+ invalid_properties = Array.new
78
+ if !@contract.nil? && @contract.to_s.length > 7
79
+ invalid_properties.push('invalid value for "contract", the character length must be smaller than or equal to 7.')
80
+ end
81
+
82
+ if !@contract.nil? && @contract.to_s.length < 1
83
+ invalid_properties.push('invalid value for "contract", the character length must be great than or equal to 1.')
84
+ end
85
+
86
+ if !@contract.nil? && @contract !~ Regexp.new(/[0-9][0-9]*/)
87
+ invalid_properties.push('invalid value for "contract", must conform to the pattern /[0-9][0-9]*/.')
88
+ end
89
+
90
+ invalid_properties
91
+ end
92
+
93
+ # Check to see if the all the properties in the model are valid
94
+ # @return true if the model is valid
95
+ def valid?
96
+ return false if !@contract.nil? && @contract.to_s.length > 7
97
+ return false if !@contract.nil? && @contract.to_s.length < 1
98
+ return false if !@contract.nil? && @contract !~ Regexp.new(/[0-9][0-9]*/)
99
+ true
100
+ end
101
+
102
+ # Custom attribute writer method with validation
103
+ # @param [Object] contract Value to be assigned
104
+ def contract=(contract)
105
+ if !contract.nil? && contract.to_s.length > 7
106
+ fail ArgumentError, 'invalid value for "contract", the character length must be smaller than or equal to 7.'
107
+ end
108
+
109
+ if !contract.nil? && contract.to_s.length < 1
110
+ fail ArgumentError, 'invalid value for "contract", the character length must be great than or equal to 1.'
111
+ end
112
+
113
+ if !contract.nil? && contract !~ Regexp.new(/[0-9][0-9]*/)
114
+ fail ArgumentError, 'invalid value for "contract", must conform to the pattern /[0-9][0-9]*/.'
115
+ end
116
+
117
+ @contract = contract
118
+ end
119
+
120
+ # Checks equality by comparing each attribute.
121
+ # @param [Object] Object to be compared
122
+ def ==(o)
123
+ return true if self.equal?(o)
124
+ self.class == o.class &&
125
+ contract == o.contract &&
126
+ password == o.password &&
127
+ token_code == o.token_code &&
128
+ user_name == o.user_name
129
+ end
130
+
131
+ # @see the `==` method
132
+ # @param [Object] Object to be compared
133
+ def eql?(o)
134
+ self == o
135
+ end
136
+
137
+ # Calculates hash code according to all attributes.
138
+ # @return [Fixnum] Hash code
139
+ def hash
140
+ [contract, password, token_code, user_name].hash
141
+ end
142
+
143
+ # Builds the object from hash
144
+ # @param [Hash] attributes Model attributes in the form of hash
145
+ # @return [Object] Returns the model itself
146
+ def build_from_hash(attributes)
147
+ return nil unless attributes.is_a?(Hash)
148
+ self.class.swagger_types.each_pair do |key, type|
149
+ if type =~ /\AArray<(.*)>/i
150
+ # check to ensure the input is an array given that the the attribute
151
+ # is documented as an array but the input is not
152
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
153
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
154
+ end
155
+ elsif !attributes[self.class.attribute_map[key]].nil?
156
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
157
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
158
+ end
159
+
160
+ self
161
+ end
162
+
163
+ # Deserializes the data based on type
164
+ # @param string type Data type
165
+ # @param string value Value to be deserialized
166
+ # @return [Object] Deserialized data
167
+ def _deserialize(type, value)
168
+ case type.to_sym
169
+ when :DateTime
170
+ DateTime.parse(value)
171
+ when :Date
172
+ Date.parse(value)
173
+ when :String
174
+ value.to_s
175
+ when :Integer
176
+ value.to_i
177
+ when :Float
178
+ value.to_f
179
+ when :BOOLEAN
180
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
181
+ true
182
+ else
183
+ false
184
+ end
185
+ when :Object
186
+ # generic object (usually a Hash), return directly
187
+ value
188
+ when /\AArray<(?<inner_type>.+)>\z/
189
+ inner_type = Regexp.last_match[:inner_type]
190
+ value.map { |v| _deserialize(inner_type, v) }
191
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
192
+ k_type = Regexp.last_match[:k_type]
193
+ v_type = Regexp.last_match[:v_type]
194
+ {}.tap do |hash|
195
+ value.each do |k, v|
196
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
197
+ end
198
+ end
199
+ else # model
200
+ temp_model = Wire4Client.const_get(type).new
201
+ temp_model.build_from_hash(value)
202
+ end
203
+ end
204
+
205
+ # Returns the string representation of the object
206
+ # @return [String] String presentation of the object
207
+ def to_s
208
+ to_hash.to_s
209
+ end
210
+
211
+ # to_body is an alias to to_hash (backward compatibility)
212
+ # @return [Hash] Returns the object in the form of hash
213
+ def to_body
214
+ to_hash
215
+ end
216
+
217
+ # Returns the object in the form of hash
218
+ # @return [Hash] Returns the object in the form of hash
219
+ def to_hash
220
+ hash = {}
221
+ self.class.attribute_map.each_pair do |attr, param|
222
+ value = self.send(attr)
223
+ next if value.nil?
224
+ hash[param] = _to_hash(value)
225
+ end
226
+ hash
227
+ end
228
+
229
+ # Outputs non-array value in the form of hash
230
+ # For object, use to_hash. Otherwise, just return the value
231
+ # @param [Object] value Any valid value
232
+ # @return [Hash] Returns the value in the form of hash
233
+ def _to_hash(value)
234
+ if value.is_a?(Array)
235
+ value.compact.map { |v| _to_hash(v) }
236
+ elsif value.is_a?(Hash)
237
+ {}.tap do |hash|
238
+ value.each { |k, v| hash[k] = _to_hash(v) }
239
+ end
240
+ elsif value.respond_to? :to_hash
241
+ value.to_hash
242
+ else
243
+ value
244
+ end
245
+ end
246
+ end
247
+ end