wire4_client 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +50 -7
  3. data/docs/Account.md +3 -3
  4. data/docs/AccountDetail.md +13 -0
  5. data/docs/AccountReassigned.md +21 -0
  6. data/docs/AccountResponse.md +4 -3
  7. data/docs/AddressCompany.md +17 -0
  8. data/docs/AmountRequest.md +2 -0
  9. data/docs/AuthorizationTransactionGroup.md +9 -0
  10. data/docs/AuthorizedBeneficiariesResponse.md +10 -0
  11. data/docs/AuthorizedUsers.md +13 -0
  12. data/docs/CertificateRequest.md +11 -0
  13. data/docs/CodiCodeQrResponseDTO.md +17 -0
  14. data/docs/CodiCodeRequestDTO.md +14 -0
  15. data/docs/CodiOperationResponseDTO.md +14 -0
  16. data/docs/CodiOperationsFiltersRequestDTO.md +15 -0
  17. data/docs/CompanyRegistered.md +13 -0
  18. data/docs/CompanyRequested.md +11 -0
  19. data/docs/Compay.md +11 -0
  20. data/docs/ContractDetailRequest.md +11 -0
  21. data/docs/ContractDetailResponse.md +9 -0
  22. data/docs/ContractsDetailsApi.md +167 -0
  23. data/docs/CuentasDeBeneficiariosSPEIApi.md +69 -4
  24. data/docs/CuentasDeBeneficiariosSPIDApi.md +11 -1
  25. data/docs/EmpresasCoDiApi.md +107 -0
  26. data/docs/MessageAccountBeneficiary.md +2 -2
  27. data/docs/MessageCEP.md +9 -9
  28. data/docs/MessageCodiAction.md +19 -0
  29. data/docs/MessagePayment.md +3 -1
  30. data/docs/MessagePaymentStatePending.md +23 -0
  31. data/docs/MessageRequestChanged.md +2 -2
  32. data/docs/MessageSalesPoint.md +10 -0
  33. data/docs/MessageSubscription.md +6 -6
  34. data/docs/MessageUserAuthorized.md +13 -0
  35. data/docs/MessageWebHook.md +2 -2
  36. data/docs/OperacionesCoDiApi.md +68 -0
  37. data/docs/Operations.md +17 -0
  38. data/docs/PagerResponseDto.md +13 -0
  39. data/docs/Payment.md +3 -1
  40. data/docs/PaymentRequestCodiResponseDTO.md +18 -0
  41. data/docs/PeticionesDePagoPorCoDiApi.md +116 -0
  42. data/docs/PreMonexAuthorization.md +11 -0
  43. data/docs/PuntosDeVentaCoDiApi.md +113 -0
  44. data/docs/SalesPoint.md +10 -0
  45. data/docs/SalesPointFound.md +14 -0
  46. data/docs/SalesPointRequest.md +11 -0
  47. data/docs/SalesPointRespose.md +11 -0
  48. data/docs/SpidBeneficiaryResponse.md +2 -0
  49. data/docs/SuscripcionesApi.md +14 -14
  50. data/docs/TransactionOutgoing.md +2 -1
  51. data/docs/TransferenciasSPEIApi.md +60 -2
  52. data/docs/UrlsRedirect.md +9 -0
  53. data/docs/UserCompany.md +16 -0
  54. data/docs/Webhook.md +13 -0
  55. data/lib/wire4_client.rb +36 -0
  56. data/lib/wire4_client/api/contracts_details_api.rb +230 -0
  57. data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +100 -5
  58. data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +15 -0
  59. data/lib/wire4_client/api/empresas_co_di_api.rb +137 -0
  60. data/lib/wire4_client/api/operaciones_co_di_api.rb +92 -0
  61. data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +178 -0
  62. data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +151 -0
  63. data/lib/wire4_client/api/suscripciones_api.rb +14 -14
  64. data/lib/wire4_client/api/transferencias_spei_api.rb +82 -0
  65. data/lib/wire4_client/models/account.rb +3 -3
  66. data/lib/wire4_client/models/account_detail.rb +239 -0
  67. data/lib/wire4_client/models/account_reassigned.rb +375 -0
  68. data/lib/wire4_client/models/account_response.rb +14 -4
  69. data/lib/wire4_client/models/address_company.rb +275 -0
  70. data/lib/wire4_client/models/amount_request.rb +90 -4
  71. data/lib/wire4_client/models/authorization_transaction_group.rb +207 -0
  72. data/lib/wire4_client/models/authorized_beneficiaries_response.rb +206 -0
  73. data/lib/wire4_client/models/authorized_users.rb +235 -0
  74. data/lib/wire4_client/models/certificate_request.rb +248 -0
  75. data/lib/wire4_client/models/codi_code_qr_response_dto.rb +320 -0
  76. data/lib/wire4_client/models/codi_code_request_dto.rb +402 -0
  77. data/lib/wire4_client/models/codi_operation_response_dto.rb +245 -0
  78. data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +336 -0
  79. data/lib/wire4_client/models/company_registered.rb +235 -0
  80. data/lib/wire4_client/models/company_requested.rb +215 -0
  81. data/lib/wire4_client/models/compay.rb +215 -0
  82. data/lib/wire4_client/models/contract_detail_request.rb +247 -0
  83. data/lib/wire4_client/models/contract_detail_response.rb +194 -0
  84. data/lib/wire4_client/models/message_account_beneficiary.rb +2 -2
  85. data/lib/wire4_client/models/message_cep.rb +10 -10
  86. data/lib/wire4_client/models/message_codi_action.rb +295 -0
  87. data/lib/wire4_client/models/message_deposit_received.rb +1 -1
  88. data/lib/wire4_client/models/message_payment.rb +23 -2
  89. data/lib/wire4_client/models/message_payment_state_pending.rb +335 -0
  90. data/lib/wire4_client/models/message_request_changed.rb +3 -3
  91. data/lib/wire4_client/models/message_sales_point.rb +205 -0
  92. data/lib/wire4_client/models/message_subscription.rb +7 -7
  93. data/lib/wire4_client/models/message_user_authorized.rb +235 -0
  94. data/lib/wire4_client/models/message_web_hook.rb +2 -2
  95. data/lib/wire4_client/models/operations.rb +321 -0
  96. data/lib/wire4_client/models/pager_response_dto.rb +236 -0
  97. data/lib/wire4_client/models/payment.rb +22 -2
  98. data/lib/wire4_client/models/payment_request_codi_response_dto.rb +287 -0
  99. data/lib/wire4_client/models/pre_monex_authorization.rb +291 -0
  100. data/lib/wire4_client/models/sales_point.rb +205 -0
  101. data/lib/wire4_client/models/sales_point_found.rb +279 -0
  102. data/lib/wire4_client/models/sales_point_request.rb +254 -0
  103. data/lib/wire4_client/models/sales_point_respose.rb +215 -0
  104. data/lib/wire4_client/models/spid_beneficiary_response.rb +24 -4
  105. data/lib/wire4_client/models/transaction_outgoing.rb +12 -2
  106. data/lib/wire4_client/models/urls_redirect.rb +205 -0
  107. data/lib/wire4_client/models/user_company.rb +269 -0
  108. data/lib/wire4_client/models/webhook.rb +271 -0
  109. data/lib/wire4_client/version.rb +1 -1
  110. data/spec/api/contracts_details_api_spec.rb +76 -0
  111. data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +20 -1
  112. data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +5 -0
  113. data/spec/api/empresas_co_di_api_spec.rb +60 -0
  114. data/spec/api/operaciones_co_di_api_spec.rb +52 -0
  115. data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +63 -0
  116. data/spec/api/puntos_de_venta_co_di_api_spec.rb +62 -0
  117. data/spec/api/suscripciones_api_spec.rb +7 -7
  118. data/spec/api/transferencias_spei_api_spec.rb +15 -0
  119. data/spec/models/account_detail_spec.rb +71 -0
  120. data/spec/models/account_reassigned_spec.rb +119 -0
  121. data/spec/models/account_response_spec.rb +6 -0
  122. data/spec/models/address_company_spec.rb +95 -0
  123. data/spec/models/amount_request_spec.rb +12 -0
  124. data/spec/models/authorization_transaction_group_spec.rb +47 -0
  125. data/spec/models/authorized_beneficiaries_response_spec.rb +53 -0
  126. data/spec/models/authorized_users_spec.rb +71 -0
  127. data/spec/models/certificate_request_spec.rb +59 -0
  128. data/spec/models/codi_code_qr_response_dto_spec.rb +103 -0
  129. data/spec/models/codi_code_request_dto_spec.rb +81 -0
  130. data/spec/models/codi_operation_response_dto_spec.rb +77 -0
  131. data/spec/models/codi_operations_filters_request_dto_spec.rb +87 -0
  132. data/spec/models/company_registered_spec.rb +71 -0
  133. data/spec/models/company_requested_spec.rb +59 -0
  134. data/spec/models/compay_spec.rb +59 -0
  135. data/spec/models/contract_detail_request_spec.rb +59 -0
  136. data/spec/models/contract_detail_response_spec.rb +47 -0
  137. data/spec/models/message_codi_action_spec.rb +107 -0
  138. data/spec/models/message_payment_spec.rb +12 -0
  139. data/spec/models/message_payment_state_pending_spec.rb +131 -0
  140. data/spec/models/message_sales_point_spec.rb +53 -0
  141. data/spec/models/message_user_authorized_spec.rb +71 -0
  142. data/spec/models/operations_spec.rb +103 -0
  143. data/spec/models/pager_response_dto_spec.rb +71 -0
  144. data/spec/models/payment_request_codi_response_dto_spec.rb +101 -0
  145. data/spec/models/payment_spec.rb +12 -0
  146. data/spec/models/pre_monex_authorization_spec.rb +59 -0
  147. data/spec/models/sales_point_found_spec.rb +81 -0
  148. data/spec/models/sales_point_request_spec.rb +59 -0
  149. data/spec/models/sales_point_respose_spec.rb +59 -0
  150. data/spec/models/sales_point_spec.rb +53 -0
  151. data/spec/models/spid_beneficiary_response_spec.rb +12 -0
  152. data/spec/models/transaction_outgoing_spec.rb +6 -0
  153. data/spec/models/urls_redirect_spec.rb +47 -0
  154. data/spec/models/user_company_spec.rb +89 -0
  155. data/spec/models/webhook_spec.rb +75 -0
  156. metadata +146 -3
  157. data/Gemfile.lock +0 -69
@@ -0,0 +1,375 @@
1
+ =begin
2
+ #Wire4RestAPI
3
+
4
+ #Referencia de la API de Wire4
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
+ # Objeto que contiene información de las cuenta SPEI/SPID reasignadas bajo un nuevo identificador de solicitud
17
+ class AccountReassigned
18
+ # Monto límite permitido registrado para la cuenta
19
+ attr_accessor :amount_limit
20
+
21
+ # El banco al cual pertenece la cuenta
22
+ attr_accessor :bank
23
+
24
+ # Cuenta del beneficiario, podría ser teléfono celular, TDD o cuenta CLABE
25
+ attr_accessor :beneficiary_account
26
+
27
+ # Código de moneda, este dato es opcional, al registrar una cuenta si no se cuenta con este valor se asignara MXP
28
+ attr_accessor :currency_code
29
+
30
+ # Lista de email's, este dato es opcional
31
+ attr_accessor :email
32
+
33
+ # Objeto que contiene el nombre de la institución, es mutuamente exclusivo con el objeto Person
34
+ attr_accessor :institution
35
+
36
+ # Tipo de relación con el propietario de la cuenta, para registrar una cuenta este valor se debe obtener del recurso relationships. <br> Nota: Si en la respuesta de Monex esta propiedad es nula, tampoco estará presente en esta respuesta.
37
+ attr_accessor :kind_of_relationship
38
+
39
+ # Referencia numérica a utilizar cuando se realice una transferencia y no se especifique una referencia
40
+ attr_accessor :numeric_reference_spei
41
+
42
+ # Concepto de pago a utilizar cuando se realice una transferencia y no se especifique un concepto
43
+ attr_accessor :payment_concept_spei
44
+
45
+ # Objeto que contiene los datos de la persona propietaria de la cuenta, si se incluye este atributo, el atributo institution no debe estar presente
46
+ attr_accessor :person
47
+
48
+ # La fecha en la que se registro el beneficiario
49
+ attr_accessor :register_date
50
+
51
+ # Relación con el propietario de la cuenta, para registrar una cuenta este valor se debe obtener del recurso relationships. <br> Nota: Si en la respuesta de Monex esta propiedad es nula, tampoco estará presente en esta respuesta.
52
+ attr_accessor :relationship
53
+
54
+ # Registro federal de contribuyentes de la persona o institución propietaria de la cuenta. <br> Nota: Si en la respuesta de Monex esta propiedad es nula, tampoco estará presente en esta respuesta.
55
+ attr_accessor :rfc
56
+
57
+ # El estado (status) en el que se encuentra el registro del beneficiario
58
+ attr_accessor :status
59
+
60
+ # Attribute mapping from ruby-style variable name to JSON key.
61
+ def self.attribute_map
62
+ {
63
+ :'amount_limit' => :'amount_limit',
64
+ :'bank' => :'bank',
65
+ :'beneficiary_account' => :'beneficiary_account',
66
+ :'currency_code' => :'currency_code',
67
+ :'email' => :'email',
68
+ :'institution' => :'institution',
69
+ :'kind_of_relationship' => :'kind_of_relationship',
70
+ :'numeric_reference_spei' => :'numeric_reference_spei',
71
+ :'payment_concept_spei' => :'payment_concept_spei',
72
+ :'person' => :'person',
73
+ :'register_date' => :'register_date',
74
+ :'relationship' => :'relationship',
75
+ :'rfc' => :'rfc',
76
+ :'status' => :'status'
77
+ }
78
+ end
79
+
80
+ # Attribute type mapping.
81
+ def self.swagger_types
82
+ {
83
+ :'amount_limit' => :'Float',
84
+ :'bank' => :'Institution',
85
+ :'beneficiary_account' => :'String',
86
+ :'currency_code' => :'String',
87
+ :'email' => :'Array<String>',
88
+ :'institution' => :'BeneficiaryInstitution',
89
+ :'kind_of_relationship' => :'String',
90
+ :'numeric_reference_spei' => :'String',
91
+ :'payment_concept_spei' => :'String',
92
+ :'person' => :'Person',
93
+ :'register_date' => :'DateTime',
94
+ :'relationship' => :'String',
95
+ :'rfc' => :'String',
96
+ :'status' => :'String'
97
+ }
98
+ end
99
+
100
+ # Initializes the object
101
+ # @param [Hash] attributes Model attributes in the form of hash
102
+ def initialize(attributes = {})
103
+ return unless attributes.is_a?(Hash)
104
+
105
+ # convert string to symbol for hash key
106
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
107
+
108
+ if attributes.has_key?(:'amount_limit')
109
+ self.amount_limit = attributes[:'amount_limit']
110
+ end
111
+
112
+ if attributes.has_key?(:'bank')
113
+ self.bank = attributes[:'bank']
114
+ end
115
+
116
+ if attributes.has_key?(:'beneficiary_account')
117
+ self.beneficiary_account = attributes[:'beneficiary_account']
118
+ end
119
+
120
+ if attributes.has_key?(:'currency_code')
121
+ self.currency_code = attributes[:'currency_code']
122
+ end
123
+
124
+ if attributes.has_key?(:'email')
125
+ if (value = attributes[:'email']).is_a?(Array)
126
+ self.email = value
127
+ end
128
+ end
129
+
130
+ if attributes.has_key?(:'institution')
131
+ self.institution = attributes[:'institution']
132
+ end
133
+
134
+ if attributes.has_key?(:'kind_of_relationship')
135
+ self.kind_of_relationship = attributes[:'kind_of_relationship']
136
+ end
137
+
138
+ if attributes.has_key?(:'numeric_reference_spei')
139
+ self.numeric_reference_spei = attributes[:'numeric_reference_spei']
140
+ end
141
+
142
+ if attributes.has_key?(:'payment_concept_spei')
143
+ self.payment_concept_spei = attributes[:'payment_concept_spei']
144
+ end
145
+
146
+ if attributes.has_key?(:'person')
147
+ self.person = attributes[:'person']
148
+ end
149
+
150
+ if attributes.has_key?(:'register_date')
151
+ self.register_date = attributes[:'register_date']
152
+ end
153
+
154
+ if attributes.has_key?(:'relationship')
155
+ self.relationship = attributes[:'relationship']
156
+ end
157
+
158
+ if attributes.has_key?(:'rfc')
159
+ self.rfc = attributes[:'rfc']
160
+ end
161
+
162
+ if attributes.has_key?(:'status')
163
+ self.status = attributes[:'status']
164
+ end
165
+ end
166
+
167
+ # Show invalid properties with the reasons. Usually used together with valid?
168
+ # @return Array for valid properties with the reasons
169
+ def list_invalid_properties
170
+ invalid_properties = Array.new
171
+ if @amount_limit.nil?
172
+ invalid_properties.push('invalid value for "amount_limit", amount_limit cannot be nil.')
173
+ end
174
+
175
+ if @beneficiary_account.nil?
176
+ invalid_properties.push('invalid value for "beneficiary_account", beneficiary_account cannot be nil.')
177
+ end
178
+
179
+ if @kind_of_relationship.nil?
180
+ invalid_properties.push('invalid value for "kind_of_relationship", kind_of_relationship cannot be nil.')
181
+ end
182
+
183
+ if !@numeric_reference_spei.nil? && @numeric_reference_spei.to_s.length > 7
184
+ invalid_properties.push('invalid value for "numeric_reference_spei", the character length must be smaller than or equal to 7.')
185
+ end
186
+
187
+ if !@numeric_reference_spei.nil? && @numeric_reference_spei.to_s.length < 1
188
+ invalid_properties.push('invalid value for "numeric_reference_spei", the character length must be great than or equal to 1.')
189
+ end
190
+
191
+ if !@numeric_reference_spei.nil? && @numeric_reference_spei !~ Regexp.new(/[0-9][0-9]*/)
192
+ invalid_properties.push('invalid value for "numeric_reference_spei", must conform to the pattern /[0-9][0-9]*/.')
193
+ end
194
+
195
+ if @relationship.nil?
196
+ invalid_properties.push('invalid value for "relationship", relationship cannot be nil.')
197
+ end
198
+
199
+ if @rfc.nil?
200
+ invalid_properties.push('invalid value for "rfc", rfc cannot be nil.')
201
+ end
202
+
203
+ invalid_properties
204
+ end
205
+
206
+ # Check to see if the all the properties in the model are valid
207
+ # @return true if the model is valid
208
+ def valid?
209
+ return false if @amount_limit.nil?
210
+ return false if @beneficiary_account.nil?
211
+ return false if @kind_of_relationship.nil?
212
+ return false if !@numeric_reference_spei.nil? && @numeric_reference_spei.to_s.length > 7
213
+ return false if !@numeric_reference_spei.nil? && @numeric_reference_spei.to_s.length < 1
214
+ return false if !@numeric_reference_spei.nil? && @numeric_reference_spei !~ Regexp.new(/[0-9][0-9]*/)
215
+ return false if @relationship.nil?
216
+ return false if @rfc.nil?
217
+ true
218
+ end
219
+
220
+ # Custom attribute writer method with validation
221
+ # @param [Object] numeric_reference_spei Value to be assigned
222
+ def numeric_reference_spei=(numeric_reference_spei)
223
+ if !numeric_reference_spei.nil? && numeric_reference_spei.to_s.length > 7
224
+ fail ArgumentError, 'invalid value for "numeric_reference_spei", the character length must be smaller than or equal to 7.'
225
+ end
226
+
227
+ if !numeric_reference_spei.nil? && numeric_reference_spei.to_s.length < 1
228
+ fail ArgumentError, 'invalid value for "numeric_reference_spei", the character length must be great than or equal to 1.'
229
+ end
230
+
231
+ if !numeric_reference_spei.nil? && numeric_reference_spei !~ Regexp.new(/[0-9][0-9]*/)
232
+ fail ArgumentError, 'invalid value for "numeric_reference_spei", must conform to the pattern /[0-9][0-9]*/.'
233
+ end
234
+
235
+ @numeric_reference_spei = numeric_reference_spei
236
+ end
237
+
238
+ # Checks equality by comparing each attribute.
239
+ # @param [Object] Object to be compared
240
+ def ==(o)
241
+ return true if self.equal?(o)
242
+ self.class == o.class &&
243
+ amount_limit == o.amount_limit &&
244
+ bank == o.bank &&
245
+ beneficiary_account == o.beneficiary_account &&
246
+ currency_code == o.currency_code &&
247
+ email == o.email &&
248
+ institution == o.institution &&
249
+ kind_of_relationship == o.kind_of_relationship &&
250
+ numeric_reference_spei == o.numeric_reference_spei &&
251
+ payment_concept_spei == o.payment_concept_spei &&
252
+ person == o.person &&
253
+ register_date == o.register_date &&
254
+ relationship == o.relationship &&
255
+ rfc == o.rfc &&
256
+ status == o.status
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_limit, bank, beneficiary_account, currency_code, email, institution, kind_of_relationship, numeric_reference_spei, payment_concept_spei, person, register_date, relationship, rfc, status].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
@@ -30,7 +30,7 @@ module Wire4Client
30
30
  # Objeto que contiene el nombre de la institución, es mutuamente exclusivo con el objeto Person
31
31
  attr_accessor :institution
32
32
 
33
- # Tipo de relación con el propietario de la cuenta, para registrar una cuenta este valor se debe obtener del recurso relationships
33
+ # Tipo de relación con el propietario de la cuenta, para registrar una cuenta este valor se debe obtener del recurso relationships. <br> Nota: Si en la respuesta de Monex esta propiedad es nula, tampoco estará presente en esta respuesta.
34
34
  attr_accessor :kind_of_relationship
35
35
 
36
36
  # Referencia numérica a utilizar cuando se realice una transferencia y no se especifique una referencia
@@ -42,10 +42,13 @@ module Wire4Client
42
42
  # Objeto que contiene los datos de la persona propietaria de la cuenta, si se incluye este atributo, el atributo institution no debe estar presente
43
43
  attr_accessor :person
44
44
 
45
- # Relación con el propietario de la cuenta, para registrar una cuenta este valor se debe obtener del recurso relationships
45
+ # La fecha en la que se registro el beneficiario
46
+ attr_accessor :register_date
47
+
48
+ # Relación con el propietario de la cuenta, para registrar una cuenta este valor se debe obtener del recurso relationships. <br> Nota: Si en la respuesta de Monex esta propiedad es nula, tampoco estará presente en esta respuesta.
46
49
  attr_accessor :relationship
47
50
 
48
- # Registro federal de contribuyentes de la persona o institución propietaria de la cuenta
51
+ # Registro federal de contribuyentes de la persona o institución propietaria de la cuenta. <br> Nota: Si en la respuesta de Monex esta propiedad es nula, tampoco estará presente en esta respuesta.
49
52
  attr_accessor :rfc
50
53
 
51
54
  # El estado (status) en el que se encuentra el registro del beneficiario
@@ -63,6 +66,7 @@ module Wire4Client
63
66
  :'numeric_reference_spei' => :'numeric_reference_spei',
64
67
  :'payment_concept_spei' => :'payment_concept_spei',
65
68
  :'person' => :'person',
69
+ :'register_date' => :'register_date',
66
70
  :'relationship' => :'relationship',
67
71
  :'rfc' => :'rfc',
68
72
  :'status' => :'status'
@@ -81,6 +85,7 @@ module Wire4Client
81
85
  :'numeric_reference_spei' => :'String',
82
86
  :'payment_concept_spei' => :'String',
83
87
  :'person' => :'Person',
88
+ :'register_date' => :'DateTime',
84
89
  :'relationship' => :'String',
85
90
  :'rfc' => :'String',
86
91
  :'status' => :'String'
@@ -133,6 +138,10 @@ module Wire4Client
133
138
  self.person = attributes[:'person']
134
139
  end
135
140
 
141
+ if attributes.has_key?(:'register_date')
142
+ self.register_date = attributes[:'register_date']
143
+ end
144
+
136
145
  if attributes.has_key?(:'relationship')
137
146
  self.relationship = attributes[:'relationship']
138
147
  end
@@ -231,6 +240,7 @@ module Wire4Client
231
240
  numeric_reference_spei == o.numeric_reference_spei &&
232
241
  payment_concept_spei == o.payment_concept_spei &&
233
242
  person == o.person &&
243
+ register_date == o.register_date &&
234
244
  relationship == o.relationship &&
235
245
  rfc == o.rfc &&
236
246
  status == o.status
@@ -245,7 +255,7 @@ module Wire4Client
245
255
  # Calculates hash code according to all attributes.
246
256
  # @return [Fixnum] Hash code
247
257
  def hash
248
- [amount_limit, bank, beneficiary_account, email, institution, kind_of_relationship, numeric_reference_spei, payment_concept_spei, person, relationship, rfc, status].hash
258
+ [amount_limit, bank, beneficiary_account, email, institution, kind_of_relationship, numeric_reference_spei, payment_concept_spei, person, register_date, relationship, rfc, status].hash
249
259
  end
250
260
 
251
261
  # Builds the object from hash
@@ -0,0 +1,275 @@
1
+ =begin
2
+ #Wire4RestAPI
3
+
4
+ #Referencia de la API de Wire4
5
+
6
+ OpenAPI spec version: 1.0.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.10
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Wire4Client
16
+ # La dirección de la companía
17
+ class AddressCompany
18
+ # La ciudad
19
+ attr_accessor :city
20
+
21
+ # La clabe del país
22
+ attr_accessor :country_code
23
+
24
+ # Número exterior
25
+ attr_accessor :exterior_number
26
+
27
+ # Número interior
28
+ attr_accessor :interior_number
29
+
30
+ # El municipio
31
+ attr_accessor :municipality
32
+
33
+ # Código postal
34
+ attr_accessor :postal_code
35
+
36
+ # El asentamiento
37
+ attr_accessor :settlement
38
+
39
+ # El nombre del asentamiento
40
+ attr_accessor :settlement_name
41
+
42
+ # El estado
43
+ attr_accessor :state
44
+
45
+ # La calle
46
+ attr_accessor :street_address
47
+
48
+ # Attribute mapping from ruby-style variable name to JSON key.
49
+ def self.attribute_map
50
+ {
51
+ :'city' => :'city',
52
+ :'country_code' => :'country_code',
53
+ :'exterior_number' => :'exterior_number',
54
+ :'interior_number' => :'interior_number',
55
+ :'municipality' => :'municipality',
56
+ :'postal_code' => :'postal_code',
57
+ :'settlement' => :'settlement',
58
+ :'settlement_name' => :'settlement_name',
59
+ :'state' => :'state',
60
+ :'street_address' => :'street_address'
61
+ }
62
+ end
63
+
64
+ # Attribute type mapping.
65
+ def self.swagger_types
66
+ {
67
+ :'city' => :'String',
68
+ :'country_code' => :'String',
69
+ :'exterior_number' => :'String',
70
+ :'interior_number' => :'String',
71
+ :'municipality' => :'String',
72
+ :'postal_code' => :'String',
73
+ :'settlement' => :'String',
74
+ :'settlement_name' => :'String',
75
+ :'state' => :'String',
76
+ :'street_address' => :'String'
77
+ }
78
+ end
79
+
80
+ # Initializes the object
81
+ # @param [Hash] attributes Model attributes in the form of hash
82
+ def initialize(attributes = {})
83
+ return unless attributes.is_a?(Hash)
84
+
85
+ # convert string to symbol for hash key
86
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
87
+
88
+ if attributes.has_key?(:'city')
89
+ self.city = attributes[:'city']
90
+ end
91
+
92
+ if attributes.has_key?(:'country_code')
93
+ self.country_code = attributes[:'country_code']
94
+ end
95
+
96
+ if attributes.has_key?(:'exterior_number')
97
+ self.exterior_number = attributes[:'exterior_number']
98
+ end
99
+
100
+ if attributes.has_key?(:'interior_number')
101
+ self.interior_number = attributes[:'interior_number']
102
+ end
103
+
104
+ if attributes.has_key?(:'municipality')
105
+ self.municipality = attributes[:'municipality']
106
+ end
107
+
108
+ if attributes.has_key?(:'postal_code')
109
+ self.postal_code = attributes[:'postal_code']
110
+ end
111
+
112
+ if attributes.has_key?(:'settlement')
113
+ self.settlement = attributes[:'settlement']
114
+ end
115
+
116
+ if attributes.has_key?(:'settlement_name')
117
+ self.settlement_name = attributes[:'settlement_name']
118
+ end
119
+
120
+ if attributes.has_key?(:'state')
121
+ self.state = attributes[:'state']
122
+ end
123
+
124
+ if attributes.has_key?(:'street_address')
125
+ self.street_address = attributes[:'street_address']
126
+ end
127
+ end
128
+
129
+ # Show invalid properties with the reasons. Usually used together with valid?
130
+ # @return Array for valid properties with the reasons
131
+ def list_invalid_properties
132
+ invalid_properties = Array.new
133
+ invalid_properties
134
+ end
135
+
136
+ # Check to see if the all the properties in the model are valid
137
+ # @return true if the model is valid
138
+ def valid?
139
+ true
140
+ end
141
+
142
+ # Checks equality by comparing each attribute.
143
+ # @param [Object] Object to be compared
144
+ def ==(o)
145
+ return true if self.equal?(o)
146
+ self.class == o.class &&
147
+ city == o.city &&
148
+ country_code == o.country_code &&
149
+ exterior_number == o.exterior_number &&
150
+ interior_number == o.interior_number &&
151
+ municipality == o.municipality &&
152
+ postal_code == o.postal_code &&
153
+ settlement == o.settlement &&
154
+ settlement_name == o.settlement_name &&
155
+ state == o.state &&
156
+ street_address == o.street_address
157
+ end
158
+
159
+ # @see the `==` method
160
+ # @param [Object] Object to be compared
161
+ def eql?(o)
162
+ self == o
163
+ end
164
+
165
+ # Calculates hash code according to all attributes.
166
+ # @return [Fixnum] Hash code
167
+ def hash
168
+ [city, country_code, exterior_number, interior_number, municipality, postal_code, settlement, settlement_name, state, street_address].hash
169
+ end
170
+
171
+ # Builds the object from hash
172
+ # @param [Hash] attributes Model attributes in the form of hash
173
+ # @return [Object] Returns the model itself
174
+ def build_from_hash(attributes)
175
+ return nil unless attributes.is_a?(Hash)
176
+ self.class.swagger_types.each_pair do |key, type|
177
+ if type =~ /\AArray<(.*)>/i
178
+ # check to ensure the input is an array given that the the attribute
179
+ # is documented as an array but the input is not
180
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
181
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
182
+ end
183
+ elsif !attributes[self.class.attribute_map[key]].nil?
184
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
185
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
186
+ end
187
+
188
+ self
189
+ end
190
+
191
+ # Deserializes the data based on type
192
+ # @param string type Data type
193
+ # @param string value Value to be deserialized
194
+ # @return [Object] Deserialized data
195
+ def _deserialize(type, value)
196
+ case type.to_sym
197
+ when :DateTime
198
+ DateTime.parse(value)
199
+ when :Date
200
+ Date.parse(value)
201
+ when :String
202
+ value.to_s
203
+ when :Integer
204
+ value.to_i
205
+ when :Float
206
+ value.to_f
207
+ when :BOOLEAN
208
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
209
+ true
210
+ else
211
+ false
212
+ end
213
+ when :Object
214
+ # generic object (usually a Hash), return directly
215
+ value
216
+ when /\AArray<(?<inner_type>.+)>\z/
217
+ inner_type = Regexp.last_match[:inner_type]
218
+ value.map { |v| _deserialize(inner_type, v) }
219
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
220
+ k_type = Regexp.last_match[:k_type]
221
+ v_type = Regexp.last_match[:v_type]
222
+ {}.tap do |hash|
223
+ value.each do |k, v|
224
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
225
+ end
226
+ end
227
+ else # model
228
+ temp_model = Wire4Client.const_get(type).new
229
+ temp_model.build_from_hash(value)
230
+ end
231
+ end
232
+
233
+ # Returns the string representation of the object
234
+ # @return [String] String presentation of the object
235
+ def to_s
236
+ to_hash.to_s
237
+ end
238
+
239
+ # to_body is an alias to to_hash (backward compatibility)
240
+ # @return [Hash] Returns the object in the form of hash
241
+ def to_body
242
+ to_hash
243
+ end
244
+
245
+ # Returns the object in the form of hash
246
+ # @return [Hash] Returns the object in the form of hash
247
+ def to_hash
248
+ hash = {}
249
+ self.class.attribute_map.each_pair do |attr, param|
250
+ value = self.send(attr)
251
+ next if value.nil?
252
+ hash[param] = _to_hash(value)
253
+ end
254
+ hash
255
+ end
256
+
257
+ # Outputs non-array value in the form of hash
258
+ # For object, use to_hash. Otherwise, just return the value
259
+ # @param [Object] value Any valid value
260
+ # @return [Hash] Returns the value in the form of hash
261
+ def _to_hash(value)
262
+ if value.is_a?(Array)
263
+ value.compact.map { |v| _to_hash(v) }
264
+ elsif value.is_a?(Hash)
265
+ {}.tap do |hash|
266
+ value.each { |k, v| hash[k] = _to_hash(v) }
267
+ end
268
+ elsif value.respond_to? :to_hash
269
+ value.to_hash
270
+ else
271
+ value
272
+ end
273
+ end
274
+ end
275
+ end