wire4_client 1.0.5 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (229) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +51 -30
  4. data/docs/Account.md +11 -11
  5. data/docs/AccountReassigned.md +14 -14
  6. data/docs/AccountRequest.md +3 -3
  7. data/docs/AccountResponse.md +13 -13
  8. data/docs/AccountSpid.md +11 -11
  9. data/docs/AmountRequest.md +5 -5
  10. data/docs/AuthorizationTransactionGroup.md +2 -2
  11. data/docs/AuthorizedBeneficiariesResponse.md +3 -3
  12. data/docs/AutorizacinDeDepsitosApi.md +113 -0
  13. data/docs/Balance.md +3 -3
  14. data/docs/BalanceListResponse.md +1 -1
  15. data/docs/BeneficiariesQueryRegisterStatus.md +2 -2
  16. data/docs/BeneficiariesResponse.md +1 -1
  17. data/docs/BillingTransaction.md +1 -1
  18. data/docs/CepResponse.md +20 -20
  19. data/docs/CepSearchBanxico.md +8 -8
  20. data/docs/CertificateRequest.md +4 -4
  21. data/docs/CodiCodeQrResponseDTO.md +10 -10
  22. data/docs/CodiOperationResponseDTO.md +7 -7
  23. data/docs/CodiOperationsFiltersRequestDTO.md +8 -8
  24. data/docs/CompanyRegistered.md +6 -6
  25. data/docs/CompanyRequested.md +4 -4
  26. data/docs/ConfigurationsLimits.md +9 -0
  27. data/docs/ContactRequest.md +5 -5
  28. data/docs/ContractsDetailsApi.md +55 -0
  29. data/docs/CuentasDeBeneficiariosSPEIApi.md +54 -54
  30. data/docs/CuentasDeBeneficiariosSPIDApi.md +24 -22
  31. data/docs/Deposit.md +22 -21
  32. data/docs/DepositAuthorizationRequest.md +10 -0
  33. data/docs/Depositant.md +5 -5
  34. data/docs/DepositantesApi.md +6 -6
  35. data/docs/DepositantsRegister.md +4 -4
  36. data/docs/DepositantsResponse.md +1 -1
  37. data/docs/DepositsAuthorizationResponse.md +10 -0
  38. data/docs/DetailedErrorResponse.md +10 -0
  39. data/docs/EmpresasCoDiApi.md +8 -8
  40. data/docs/GetDepositants.md +1 -1
  41. data/docs/InstitucionesApi.md +5 -3
  42. data/docs/Institution.md +4 -4
  43. data/docs/InstitutionsList.md +1 -1
  44. data/docs/Item.md +10 -0
  45. data/docs/LmitesDeMontosApi.md +112 -0
  46. data/docs/MessageAccountBeneficiary.md +3 -3
  47. data/docs/MessageCEP.md +19 -19
  48. data/docs/MessageCodiAction.md +12 -12
  49. data/docs/MessageConfigurationsLimits.md +8 -0
  50. data/docs/MessageDepositAuthorizationRequest.md +28 -0
  51. data/docs/MessageDepositReceived.md +22 -21
  52. data/docs/MessageInstitution.md +4 -4
  53. data/docs/MessagePayment.md +20 -20
  54. data/docs/MessagePaymentStatePending.md +16 -16
  55. data/docs/MessageRequestChanged.md +2 -2
  56. data/docs/MessageSalesPoint.md +3 -3
  57. data/docs/MessageSubscription.md +6 -6
  58. data/docs/MessageUserAuthorized.md +7 -6
  59. data/docs/MessageWebHook.md +9 -9
  60. data/docs/OperacionesCoDiApi.md +12 -12
  61. data/docs/Operations.md +8 -8
  62. data/docs/PagerResponseDto.md +6 -6
  63. data/docs/Payment.md +19 -19
  64. data/docs/PaymentCODI.md +13 -0
  65. data/docs/PaymentRequestCodiResponseDTO.md +11 -11
  66. data/docs/PeticionesDePagoPorCoDiApi.md +7 -7
  67. data/docs/PreEnrollmentData.md +2 -2
  68. data/docs/PreEnrollmentResponse.md +2 -2
  69. data/docs/PuntosDeVentaCoDiApi.md +14 -14
  70. data/docs/Relationship.md +2 -2
  71. data/docs/RelationshipsResponse.md +1 -1
  72. data/docs/SaldoApi.md +3 -3
  73. data/docs/SalesPointFound.md +7 -7
  74. data/docs/SalesPointRequest.md +4 -4
  75. data/docs/SalesPointRespose.md +4 -4
  76. data/docs/ServiceBanking.md +9 -0
  77. data/docs/SpidBeneficiariesResponse.md +1 -1
  78. data/docs/SpidBeneficiaryResponse.md +11 -11
  79. data/docs/SpidClassificationDTO.md +2 -2
  80. data/docs/SubscriptionChangeStatusRequest.md +8 -0
  81. data/docs/SuscripcionesApi.md +123 -16
  82. data/docs/TokenRequiredResponse.md +2 -2
  83. data/docs/TransactionErrorCode.md +10 -0
  84. data/docs/TransactionOutgoingSpid.md +10 -10
  85. data/docs/TransactionsOutgoingRegister.md +3 -3
  86. data/docs/TransferenciasSPEIApi.md +40 -34
  87. data/docs/TransferenciasSPIDApi.md +12 -12
  88. data/docs/UpdateConfigurationsRequestDTO.md +8 -0
  89. data/docs/UrlsRedirect.md +2 -2
  90. data/docs/UseServiceBanking.md +9 -0
  91. data/docs/WebHookDepositAuthorizationRequest.md +9 -0
  92. data/docs/WebHookDepositAuthorizationResponse.md +13 -0
  93. data/docs/Webhook.md +6 -6
  94. data/docs/WebhookRequest.md +3 -3
  95. data/docs/WebhookResponse.md +5 -5
  96. data/docs/WebhooksApi.md +10 -10
  97. data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +173 -0
  98. data/lib/wire4_client/api/contracts_details_api.rb +71 -0
  99. data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +56 -56
  100. data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +24 -22
  101. data/lib/wire4_client/api/depositantes_api.rb +79 -8
  102. data/lib/wire4_client/api/empresas_co_di_api.rb +8 -8
  103. data/lib/wire4_client/api/instituciones_api.rb +4 -2
  104. data/lib/wire4_client/api/lmites_de_montos_api.rb +160 -0
  105. data/lib/wire4_client/api/operaciones_co_di_api.rb +12 -12
  106. data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +6 -6
  107. data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +14 -14
  108. data/lib/wire4_client/api/saldo_api.rb +4 -4
  109. data/lib/wire4_client/api/suscripciones_api.rb +149 -16
  110. data/lib/wire4_client/api/transferencias_spei_api.rb +72 -42
  111. data/lib/wire4_client/api/transferencias_spid_api.rb +12 -12
  112. data/lib/wire4_client/api/webhooks_api.rb +15 -15
  113. data/lib/wire4_client/models/account.rb +11 -11
  114. data/lib/wire4_client/models/account_detail.rb +1 -1
  115. data/lib/wire4_client/models/account_reassigned.rb +15 -15
  116. data/lib/wire4_client/models/account_request.rb +3 -3
  117. data/lib/wire4_client/models/account_response.rb +14 -14
  118. data/lib/wire4_client/models/account_spid.rb +59 -11
  119. data/lib/wire4_client/models/amount_request.rb +6 -6
  120. data/lib/wire4_client/models/authorization_transaction_group.rb +2 -2
  121. data/lib/wire4_client/models/authorized_beneficiaries_response.rb +3 -3
  122. data/lib/wire4_client/models/balance.rb +4 -4
  123. data/lib/wire4_client/models/balance_list_response.rb +1 -1
  124. data/lib/wire4_client/models/beneficiaries_query_register_status.rb +2 -2
  125. data/lib/wire4_client/models/beneficiaries_response.rb +1 -1
  126. data/lib/wire4_client/models/billing_transaction.rb +1 -1
  127. data/lib/wire4_client/models/cep_response.rb +20 -20
  128. data/lib/wire4_client/models/cep_search_banxico.rb +8 -8
  129. data/lib/wire4_client/models/certificate_request.rb +5 -5
  130. data/lib/wire4_client/models/codi_code_qr_response_dto.rb +10 -10
  131. data/lib/wire4_client/models/codi_operation_response_dto.rb +7 -7
  132. data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +8 -8
  133. data/lib/wire4_client/models/company_registered.rb +6 -6
  134. data/lib/wire4_client/models/company_requested.rb +5 -5
  135. data/lib/wire4_client/models/configurations_limits.rb +197 -0
  136. data/lib/wire4_client/models/contact_request.rb +6 -6
  137. data/lib/wire4_client/models/deposit.rb +32 -22
  138. data/lib/wire4_client/models/deposit_authorization_request.rb +205 -0
  139. data/lib/wire4_client/models/depositant.rb +5 -5
  140. data/lib/wire4_client/models/depositant_count_response.rb +185 -0
  141. data/lib/wire4_client/models/depositants_register.rb +4 -4
  142. data/lib/wire4_client/models/depositants_response.rb +1 -1
  143. data/lib/wire4_client/models/deposits_authorization_response.rb +205 -0
  144. data/lib/wire4_client/models/detailed_error_response.rb +203 -0
  145. data/lib/wire4_client/models/get_depositants.rb +2 -2
  146. data/lib/wire4_client/models/institution.rb +5 -5
  147. data/lib/wire4_client/models/institutions_list.rb +1 -1
  148. data/lib/wire4_client/models/item.rb +205 -0
  149. data/lib/wire4_client/models/message_account_beneficiary.rb +4 -4
  150. data/lib/wire4_client/models/message_cep.rb +20 -20
  151. data/lib/wire4_client/models/message_codi_action.rb +13 -13
  152. data/lib/wire4_client/models/message_configurations_limits.rb +187 -0
  153. data/lib/wire4_client/models/message_deposit_authorization_request.rb +385 -0
  154. data/lib/wire4_client/models/message_deposit_received.rb +33 -23
  155. data/lib/wire4_client/models/message_institution.rb +5 -5
  156. data/lib/wire4_client/models/message_payment.rb +21 -21
  157. data/lib/wire4_client/models/message_payment_state_pending.rb +17 -17
  158. data/lib/wire4_client/models/message_request_changed.rb +3 -3
  159. data/lib/wire4_client/models/message_sales_point.rb +4 -4
  160. data/lib/wire4_client/models/message_subscription.rb +7 -7
  161. data/lib/wire4_client/models/message_user_authorized.rb +21 -11
  162. data/lib/wire4_client/models/message_web_hook.rb +10 -10
  163. data/lib/wire4_client/models/operations.rb +9 -9
  164. data/lib/wire4_client/models/pager_response_dto.rb +6 -6
  165. data/lib/wire4_client/models/payment.rb +19 -19
  166. data/lib/wire4_client/models/payment_codi.rb +269 -0
  167. data/lib/wire4_client/models/payment_request_codi_response_dto.rb +11 -11
  168. data/lib/wire4_client/models/pre_enrollment_data.rb +20 -2
  169. data/lib/wire4_client/models/pre_enrollment_response.rb +2 -2
  170. data/lib/wire4_client/models/relationship.rb +2 -2
  171. data/lib/wire4_client/models/relationships_response.rb +1 -1
  172. data/lib/wire4_client/models/sales_point_found.rb +10 -10
  173. data/lib/wire4_client/models/sales_point_request.rb +5 -5
  174. data/lib/wire4_client/models/sales_point_respose.rb +5 -5
  175. data/lib/wire4_client/models/service_banking.rb +193 -0
  176. data/lib/wire4_client/models/spid_beneficiaries_response.rb +1 -1
  177. data/lib/wire4_client/models/spid_beneficiary_response.rb +11 -11
  178. data/lib/wire4_client/models/spid_classification_dto.rb +2 -2
  179. data/lib/wire4_client/models/subscription_change_status_request.rb +222 -0
  180. data/lib/wire4_client/models/token_required_response.rb +3 -3
  181. data/lib/wire4_client/models/transaction_error_code.rb +201 -0
  182. data/lib/wire4_client/models/transaction_outgoing_spid.rb +11 -11
  183. data/lib/wire4_client/models/transactions_outgoing_register.rb +4 -4
  184. data/lib/wire4_client/models/update_configurations_request_dto.rb +192 -0
  185. data/lib/wire4_client/models/urls_redirect.rb +59 -3
  186. data/lib/wire4_client/models/use_service_banking.rb +251 -0
  187. data/lib/wire4_client/models/web_hook_deposit_authorization_request.rb +195 -0
  188. data/lib/wire4_client/models/{timestamp.rb → web_hook_deposit_authorization_response.rb} +47 -74
  189. data/lib/wire4_client/models/webhook.rb +7 -7
  190. data/lib/wire4_client/models/webhook_request.rb +3 -3
  191. data/lib/wire4_client/models/webhook_response.rb +5 -5
  192. data/lib/wire4_client/version.rb +1 -1
  193. data/lib/wire4_client.rb +18 -1
  194. data/spec/api/autorizacin_de_depsitos_api_spec.rb +62 -0
  195. data/spec/api/contracts_details_api_spec.rb +14 -0
  196. data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +28 -28
  197. data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +12 -11
  198. data/spec/api/depositantes_api_spec.rb +4 -4
  199. data/spec/api/empresas_co_di_api_spec.rb +4 -4
  200. data/spec/api/instituciones_api_spec.rb +2 -1
  201. data/spec/api/lmites_de_montos_api_spec.rb +62 -0
  202. data/spec/api/operaciones_co_di_api_spec.rb +6 -6
  203. data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +3 -3
  204. data/spec/api/puntos_de_venta_co_di_api_spec.rb +7 -7
  205. data/spec/api/saldo_api_spec.rb +2 -2
  206. data/spec/api/suscripciones_api_spec.rb +36 -8
  207. data/spec/api/transferencias_spei_api_spec.rb +19 -17
  208. data/spec/api/transferencias_spid_api_spec.rb +6 -6
  209. data/spec/api/webhooks_api_spec.rb +4 -4
  210. data/spec/models/configurations_limits_spec.rb +47 -0
  211. data/spec/models/deposit_authorization_request_spec.rb +53 -0
  212. data/spec/models/deposit_spec.rb +6 -0
  213. data/spec/models/deposits_authorization_response_spec.rb +53 -0
  214. data/spec/models/detailed_error_response_spec.rb +53 -0
  215. data/spec/models/item_spec.rb +53 -0
  216. data/spec/models/message_configurations_limits_spec.rb +41 -0
  217. data/spec/models/message_deposit_authorization_request_spec.rb +161 -0
  218. data/spec/models/message_deposit_received_spec.rb +6 -0
  219. data/spec/models/message_user_authorized_spec.rb +6 -0
  220. data/spec/models/{timestamp_spec.rb → payment_codi_spec.rb} +16 -36
  221. data/spec/models/service_banking_spec.rb +47 -0
  222. data/spec/models/subscription_change_status_request_spec.rb +45 -0
  223. data/spec/models/transaction_error_code_spec.rb +53 -0
  224. data/spec/models/update_configurations_request_dto_spec.rb +41 -0
  225. data/spec/models/use_service_banking_spec.rb +55 -0
  226. data/spec/models/web_hook_deposit_authorization_request_spec.rb +47 -0
  227. data/spec/models/web_hook_deposit_authorization_response_spec.rb +71 -0
  228. metadata +72 -7
  229. data/docs/Timestamp.md +0 -17
@@ -0,0 +1,251 @@
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
+ # Uso y estado de la subscripción
17
+ class UseServiceBanking
18
+ # Estatus que se le asigna a la subscripción
19
+ attr_accessor :status
20
+
21
+ # Uso que se le desea dar a la subscripción
22
+ attr_accessor :use
23
+
24
+ class EnumAttributeValidator
25
+ attr_reader :datatype
26
+ attr_reader :allowable_values
27
+
28
+ def initialize(datatype, allowable_values)
29
+ @allowable_values = allowable_values.map do |value|
30
+ case datatype.to_s
31
+ when /Integer/i
32
+ value.to_i
33
+ when /Float/i
34
+ value.to_f
35
+ else
36
+ value
37
+ end
38
+ end
39
+ end
40
+
41
+ def valid?(value)
42
+ !value || allowable_values.include?(value)
43
+ end
44
+ end
45
+
46
+ # Attribute mapping from ruby-style variable name to JSON key.
47
+ def self.attribute_map
48
+ {
49
+ :'status' => :'status',
50
+ :'use' => :'use'
51
+ }
52
+ end
53
+
54
+ # Attribute type mapping.
55
+ def self.swagger_types
56
+ {
57
+ :'status' => :'String',
58
+ :'use' => :'String'
59
+ }
60
+ end
61
+
62
+ # Initializes the object
63
+ # @param [Hash] attributes Model attributes in the form of hash
64
+ def initialize(attributes = {})
65
+ return unless attributes.is_a?(Hash)
66
+
67
+ # convert string to symbol for hash key
68
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
69
+
70
+ if attributes.has_key?(:'status')
71
+ self.status = attributes[:'status']
72
+ end
73
+
74
+ if attributes.has_key?(:'use')
75
+ self.use = attributes[:'use']
76
+ end
77
+ end
78
+
79
+ # Show invalid properties with the reasons. Usually used together with valid?
80
+ # @return Array for valid properties with the reasons
81
+ def list_invalid_properties
82
+ invalid_properties = Array.new
83
+ if @status.nil?
84
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
85
+ end
86
+
87
+ if @use.nil?
88
+ invalid_properties.push('invalid value for "use", use cannot be nil.')
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 @status.nil?
98
+ status_validator = EnumAttributeValidator.new('String', ['ACTIVE', 'INACTIVE'])
99
+ return false unless status_validator.valid?(@status)
100
+ return false if @use.nil?
101
+ use_validator = EnumAttributeValidator.new('String', ['WITHDRAWAL_DEPOSIT', 'WITHDRAWAL', 'DEPOSIT'])
102
+ return false unless use_validator.valid?(@use)
103
+ true
104
+ end
105
+
106
+ # Custom attribute writer method checking allowed values (enum).
107
+ # @param [Object] status Object to be assigned
108
+ def status=(status)
109
+ validator = EnumAttributeValidator.new('String', ['ACTIVE', 'INACTIVE'])
110
+ unless validator.valid?(status)
111
+ fail ArgumentError, 'invalid value for "status", must be one of #{validator.allowable_values}.'
112
+ end
113
+ @status = status
114
+ end
115
+
116
+ # Custom attribute writer method checking allowed values (enum).
117
+ # @param [Object] use Object to be assigned
118
+ def use=(use)
119
+ validator = EnumAttributeValidator.new('String', ['WITHDRAWAL_DEPOSIT', 'WITHDRAWAL', 'DEPOSIT'])
120
+ unless validator.valid?(use)
121
+ fail ArgumentError, 'invalid value for "use", must be one of #{validator.allowable_values}.'
122
+ end
123
+ @use = use
124
+ end
125
+
126
+ # Checks equality by comparing each attribute.
127
+ # @param [Object] Object to be compared
128
+ def ==(o)
129
+ return true if self.equal?(o)
130
+ self.class == o.class &&
131
+ status == o.status &&
132
+ use == o.use
133
+ end
134
+
135
+ # @see the `==` method
136
+ # @param [Object] Object to be compared
137
+ def eql?(o)
138
+ self == o
139
+ end
140
+
141
+ # Calculates hash code according to all attributes.
142
+ # @return [Fixnum] Hash code
143
+ def hash
144
+ [status, use].hash
145
+ end
146
+
147
+ # Builds the object from hash
148
+ # @param [Hash] attributes Model attributes in the form of hash
149
+ # @return [Object] Returns the model itself
150
+ def build_from_hash(attributes)
151
+ return nil unless attributes.is_a?(Hash)
152
+ self.class.swagger_types.each_pair do |key, type|
153
+ if type =~ /\AArray<(.*)>/i
154
+ # check to ensure the input is an array given that the the attribute
155
+ # is documented as an array but the input is not
156
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
157
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
158
+ end
159
+ elsif !attributes[self.class.attribute_map[key]].nil?
160
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
161
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
162
+ end
163
+
164
+ self
165
+ end
166
+
167
+ # Deserializes the data based on type
168
+ # @param string type Data type
169
+ # @param string value Value to be deserialized
170
+ # @return [Object] Deserialized data
171
+ def _deserialize(type, value)
172
+ case type.to_sym
173
+ when :DateTime
174
+ DateTime.parse(value)
175
+ when :Date
176
+ Date.parse(value)
177
+ when :String
178
+ value.to_s
179
+ when :Integer
180
+ value.to_i
181
+ when :Float
182
+ value.to_f
183
+ when :BOOLEAN
184
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
185
+ true
186
+ else
187
+ false
188
+ end
189
+ when :Object
190
+ # generic object (usually a Hash), return directly
191
+ value
192
+ when /\AArray<(?<inner_type>.+)>\z/
193
+ inner_type = Regexp.last_match[:inner_type]
194
+ value.map { |v| _deserialize(inner_type, v) }
195
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
196
+ k_type = Regexp.last_match[:k_type]
197
+ v_type = Regexp.last_match[:v_type]
198
+ {}.tap do |hash|
199
+ value.each do |k, v|
200
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
201
+ end
202
+ end
203
+ else # model
204
+ temp_model = Wire4Client.const_get(type).new
205
+ temp_model.build_from_hash(value)
206
+ end
207
+ end
208
+
209
+ # Returns the string representation of the object
210
+ # @return [String] String presentation of the object
211
+ def to_s
212
+ to_hash.to_s
213
+ end
214
+
215
+ # to_body is an alias to to_hash (backward compatibility)
216
+ # @return [Hash] Returns the object in the form of hash
217
+ def to_body
218
+ to_hash
219
+ end
220
+
221
+ # Returns the object in the form of hash
222
+ # @return [Hash] Returns the object in the form of hash
223
+ def to_hash
224
+ hash = {}
225
+ self.class.attribute_map.each_pair do |attr, param|
226
+ value = self.send(attr)
227
+ next if value.nil?
228
+ hash[param] = _to_hash(value)
229
+ end
230
+ hash
231
+ end
232
+
233
+ # Outputs non-array value in the form of hash
234
+ # For object, use to_hash. Otherwise, just return the value
235
+ # @param [Object] value Any valid value
236
+ # @return [Hash] Returns the value in the form of hash
237
+ def _to_hash(value)
238
+ if value.is_a?(Array)
239
+ value.compact.map { |v| _to_hash(v) }
240
+ elsif value.is_a?(Hash)
241
+ {}.tap do |hash|
242
+ value.each { |k, v| hash[k] = _to_hash(v) }
243
+ end
244
+ elsif value.respond_to? :to_hash
245
+ value.to_hash
246
+ else
247
+ value
248
+ end
249
+ end
250
+ end
251
+ end
@@ -0,0 +1,195 @@
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
+ # Contiene la información de un WebHook para autorización de depósitos.
17
+ class WebHookDepositAuthorizationRequest
18
+ # Es el nombre del webhook.
19
+ attr_accessor :name
20
+
21
+ # Es la dirección URL a la cuál Wire4 enviará las notificaciones cuando un evento ocurra.
22
+ attr_accessor :url
23
+
24
+ # Attribute mapping from ruby-style variable name to JSON key.
25
+ def self.attribute_map
26
+ {
27
+ :'name' => :'name',
28
+ :'url' => :'url'
29
+ }
30
+ end
31
+
32
+ # Attribute type mapping.
33
+ def self.swagger_types
34
+ {
35
+ :'name' => :'String',
36
+ :'url' => :'String'
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?(:'name')
49
+ self.name = attributes[:'name']
50
+ end
51
+
52
+ if attributes.has_key?(:'url')
53
+ self.url = attributes[:'url']
54
+ end
55
+ end
56
+
57
+ # Show invalid properties with the reasons. Usually used together with valid?
58
+ # @return Array for valid properties with the reasons
59
+ def list_invalid_properties
60
+ invalid_properties = Array.new
61
+ invalid_properties
62
+ end
63
+
64
+ # Check to see if the all the properties in the model are valid
65
+ # @return true if the model is valid
66
+ def valid?
67
+ true
68
+ end
69
+
70
+ # Checks equality by comparing each attribute.
71
+ # @param [Object] Object to be compared
72
+ def ==(o)
73
+ return true if self.equal?(o)
74
+ self.class == o.class &&
75
+ name == o.name &&
76
+ url == o.url
77
+ end
78
+
79
+ # @see the `==` method
80
+ # @param [Object] Object to be compared
81
+ def eql?(o)
82
+ self == o
83
+ end
84
+
85
+ # Calculates hash code according to all attributes.
86
+ # @return [Fixnum] Hash code
87
+ def hash
88
+ [name, url].hash
89
+ end
90
+
91
+ # Builds the object from hash
92
+ # @param [Hash] attributes Model attributes in the form of hash
93
+ # @return [Object] Returns the model itself
94
+ def build_from_hash(attributes)
95
+ return nil unless attributes.is_a?(Hash)
96
+ self.class.swagger_types.each_pair do |key, type|
97
+ if type =~ /\AArray<(.*)>/i
98
+ # check to ensure the input is an array given that the the attribute
99
+ # is documented as an array but the input is not
100
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
101
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
102
+ end
103
+ elsif !attributes[self.class.attribute_map[key]].nil?
104
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
105
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
106
+ end
107
+
108
+ self
109
+ end
110
+
111
+ # Deserializes the data based on type
112
+ # @param string type Data type
113
+ # @param string value Value to be deserialized
114
+ # @return [Object] Deserialized data
115
+ def _deserialize(type, value)
116
+ case type.to_sym
117
+ when :DateTime
118
+ DateTime.parse(value)
119
+ when :Date
120
+ Date.parse(value)
121
+ when :String
122
+ value.to_s
123
+ when :Integer
124
+ value.to_i
125
+ when :Float
126
+ value.to_f
127
+ when :BOOLEAN
128
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
129
+ true
130
+ else
131
+ false
132
+ end
133
+ when :Object
134
+ # generic object (usually a Hash), return directly
135
+ value
136
+ when /\AArray<(?<inner_type>.+)>\z/
137
+ inner_type = Regexp.last_match[:inner_type]
138
+ value.map { |v| _deserialize(inner_type, v) }
139
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
140
+ k_type = Regexp.last_match[:k_type]
141
+ v_type = Regexp.last_match[:v_type]
142
+ {}.tap do |hash|
143
+ value.each do |k, v|
144
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
145
+ end
146
+ end
147
+ else # model
148
+ temp_model = Wire4Client.const_get(type).new
149
+ temp_model.build_from_hash(value)
150
+ end
151
+ end
152
+
153
+ # Returns the string representation of the object
154
+ # @return [String] String presentation of the object
155
+ def to_s
156
+ to_hash.to_s
157
+ end
158
+
159
+ # to_body is an alias to to_hash (backward compatibility)
160
+ # @return [Hash] Returns the object in the form of hash
161
+ def to_body
162
+ to_hash
163
+ end
164
+
165
+ # Returns the object in the form of hash
166
+ # @return [Hash] Returns the object in the form of hash
167
+ def to_hash
168
+ hash = {}
169
+ self.class.attribute_map.each_pair do |attr, param|
170
+ value = self.send(attr)
171
+ next if value.nil?
172
+ hash[param] = _to_hash(value)
173
+ end
174
+ hash
175
+ end
176
+
177
+ # Outputs non-array value in the form of hash
178
+ # For object, use to_hash. Otherwise, just return the value
179
+ # @param [Object] value Any valid value
180
+ # @return [Hash] Returns the value in the form of hash
181
+ def _to_hash(value)
182
+ if value.is_a?(Array)
183
+ value.compact.map { |v| _to_hash(v) }
184
+ elsif value.is_a?(Hash)
185
+ {}.tap do |hash|
186
+ value.each { |k, v| hash[k] = _to_hash(v) }
187
+ end
188
+ elsif value.respond_to? :to_hash
189
+ value.to_hash
190
+ else
191
+ value
192
+ end
193
+ end
194
+ end
195
+ end
@@ -13,56 +13,47 @@ Swagger Codegen version: 2.4.10
13
13
  require 'date'
14
14
 
15
15
  module Wire4Client
16
- class Timestamp
17
- attr_accessor :date
16
+ # Contiene la información de un WebHook para autorización de depósitos.
17
+ class WebHookDepositAuthorizationResponse
18
+ # Tipo de evento manejado por el webhook, para mas referencia sobre los tipos de eventos soportados, revise la siguiente liga: <a href=\"https://developers.wire4.mx/#section/Eventos\">https://developers.wire4.mx/#section/Eventos.</a>
19
+ attr_accessor :events
18
20
 
19
- attr_accessor :day
21
+ # Es el nombre del webhook.
22
+ attr_accessor :name
20
23
 
21
- attr_accessor :hours
24
+ # Es la llave con la cuál se debe de identificar que el webhook fue enviado por Wire4. Para mayor información revisar la guía de notificaciones en la sección de <a href=\"https://wire4.mx/#/guides/notificaciones\">\"Comprobación de firmas de Webhook\".</a>
25
+ attr_accessor :secret
22
26
 
23
- attr_accessor :minutes
27
+ # Es el estado (estatus) en el que se encuentra el webhook.
28
+ attr_accessor :status
24
29
 
25
- attr_accessor :month
30
+ # Es la dirección URL a la cuál Wire4 enviará las notificaciones cuando un evento ocurra.
31
+ attr_accessor :url
26
32
 
27
- attr_accessor :nanos
28
-
29
- attr_accessor :seconds
30
-
31
- attr_accessor :time
32
-
33
- attr_accessor :timezone_offset
34
-
35
- attr_accessor :year
33
+ # Es el identificador del webhook.
34
+ attr_accessor :wh_uuid
36
35
 
37
36
  # Attribute mapping from ruby-style variable name to JSON key.
38
37
  def self.attribute_map
39
38
  {
40
- :'date' => :'date',
41
- :'day' => :'day',
42
- :'hours' => :'hours',
43
- :'minutes' => :'minutes',
44
- :'month' => :'month',
45
- :'nanos' => :'nanos',
46
- :'seconds' => :'seconds',
47
- :'time' => :'time',
48
- :'timezone_offset' => :'timezone_offset',
49
- :'year' => :'year'
39
+ :'events' => :'events',
40
+ :'name' => :'name',
41
+ :'secret' => :'secret',
42
+ :'status' => :'status',
43
+ :'url' => :'url',
44
+ :'wh_uuid' => :'wh_uuid'
50
45
  }
51
46
  end
52
47
 
53
48
  # Attribute type mapping.
54
49
  def self.swagger_types
55
50
  {
56
- :'date' => :'Integer',
57
- :'day' => :'Integer',
58
- :'hours' => :'Integer',
59
- :'minutes' => :'Integer',
60
- :'month' => :'Integer',
61
- :'nanos' => :'Integer',
62
- :'seconds' => :'Integer',
63
- :'time' => :'Integer',
64
- :'timezone_offset' => :'Integer',
65
- :'year' => :'Integer'
51
+ :'events' => :'Array<String>',
52
+ :'name' => :'String',
53
+ :'secret' => :'String',
54
+ :'status' => :'String',
55
+ :'url' => :'String',
56
+ :'wh_uuid' => :'String'
66
57
  }
67
58
  end
68
59
 
@@ -74,44 +65,30 @@ module Wire4Client
74
65
  # convert string to symbol for hash key
75
66
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
76
67
 
77
- if attributes.has_key?(:'date')
78
- self.date = attributes[:'date']
79
- end
80
-
81
- if attributes.has_key?(:'day')
82
- self.day = attributes[:'day']
83
- end
84
-
85
- if attributes.has_key?(:'hours')
86
- self.hours = attributes[:'hours']
87
- end
88
-
89
- if attributes.has_key?(:'minutes')
90
- self.minutes = attributes[:'minutes']
91
- end
92
-
93
- if attributes.has_key?(:'month')
94
- self.month = attributes[:'month']
68
+ if attributes.has_key?(:'events')
69
+ if (value = attributes[:'events']).is_a?(Array)
70
+ self.events = value
71
+ end
95
72
  end
96
73
 
97
- if attributes.has_key?(:'nanos')
98
- self.nanos = attributes[:'nanos']
74
+ if attributes.has_key?(:'name')
75
+ self.name = attributes[:'name']
99
76
  end
100
77
 
101
- if attributes.has_key?(:'seconds')
102
- self.seconds = attributes[:'seconds']
78
+ if attributes.has_key?(:'secret')
79
+ self.secret = attributes[:'secret']
103
80
  end
104
81
 
105
- if attributes.has_key?(:'time')
106
- self.time = attributes[:'time']
82
+ if attributes.has_key?(:'status')
83
+ self.status = attributes[:'status']
107
84
  end
108
85
 
109
- if attributes.has_key?(:'timezone_offset')
110
- self.timezone_offset = attributes[:'timezone_offset']
86
+ if attributes.has_key?(:'url')
87
+ self.url = attributes[:'url']
111
88
  end
112
89
 
113
- if attributes.has_key?(:'year')
114
- self.year = attributes[:'year']
90
+ if attributes.has_key?(:'wh_uuid')
91
+ self.wh_uuid = attributes[:'wh_uuid']
115
92
  end
116
93
  end
117
94
 
@@ -133,16 +110,12 @@ module Wire4Client
133
110
  def ==(o)
134
111
  return true if self.equal?(o)
135
112
  self.class == o.class &&
136
- date == o.date &&
137
- day == o.day &&
138
- hours == o.hours &&
139
- minutes == o.minutes &&
140
- month == o.month &&
141
- nanos == o.nanos &&
142
- seconds == o.seconds &&
143
- time == o.time &&
144
- timezone_offset == o.timezone_offset &&
145
- year == o.year
113
+ events == o.events &&
114
+ name == o.name &&
115
+ secret == o.secret &&
116
+ status == o.status &&
117
+ url == o.url &&
118
+ wh_uuid == o.wh_uuid
146
119
  end
147
120
 
148
121
  # @see the `==` method
@@ -154,7 +127,7 @@ module Wire4Client
154
127
  # Calculates hash code according to all attributes.
155
128
  # @return [Fixnum] Hash code
156
129
  def hash
157
- [date, day, hours, minutes, month, nanos, seconds, time, timezone_offset, year].hash
130
+ [events, name, secret, status, url, wh_uuid].hash
158
131
  end
159
132
 
160
133
  # Builds the object from hash
@@ -13,24 +13,24 @@ Swagger Codegen version: 2.4.10
13
13
  require 'date'
14
14
 
15
15
  module Wire4Client
16
- # Webhook creado para notificaciones CoDi.
16
+ # Objeto de Webhook creado para notificaciones CODI®.
17
17
  class Webhook
18
- # Tipo de evento manejado por el webhook, para mas referencia sobre los tipos de eventos soportados, revise la siguiente liga: https://developers.wire4.mx/#section/Eventos.
18
+ # Tipo de evento manejado por el webhook. Para más referencia sobre los tipos de eventos soportados, revise la siguiente liga: <a href=\"#section/Eventos\">https://developers.wire4.mx/#section/Eventos.</a>
19
19
  attr_accessor :events
20
20
 
21
- # Nombre del webhook.
21
+ # Es el nombre del webhook.
22
22
  attr_accessor :name
23
23
 
24
- # Llave con la cual se debe de identificar que el webhook fue enviado por Wire4, para mayor información revisar la guía de notificaciones (https://wire4.mx/#/guides/notificaciones), en la sección de \"Comprobación de firmas de Webhook\".
24
+ # Es la llave con la que se debe de identificar que el webhook fue enviado por Wire4. Para mayor información revisar la guía de notificaciones en la sección de <a href=\"https://wire4.mx/#/guides/notificaciones\">\"Comprobación de firmas de Webhook\".</a>
25
25
  attr_accessor :secret
26
26
 
27
- # Estatus en el que se encuentra el webhook.
27
+ # Estado (estatus) en el que se encuentra el webhook.
28
28
  attr_accessor :status
29
29
 
30
- # URL a la cual Wire4 enviará las notificaciones cuando un evento ocurra.
30
+ # Es la dirección URL a la que Wire4 enviará las notificaciones cuando un evento ocurra.
31
31
  attr_accessor :url
32
32
 
33
- # Identificador del webhook.
33
+ # Es el identificador del webhook.
34
34
  attr_accessor :wh_id
35
35
 
36
36
  class EnumAttributeValidator
@@ -15,13 +15,13 @@ require 'date'
15
15
  module Wire4Client
16
16
  # Objeto que contiene la información de un webhook.
17
17
  class WebhookRequest
18
- # Tipos de eventos de los cuales Wire4 te enviará información, para mas referencia sobre los tipos de eventos soportados, revise la siguiente liga: https://developers.wire4.mx/#section/Eventos .
18
+ # Son los eventos para que Wire4 te envíe información. Para más información sobre los tipos de eventos soportados, revise la siguiente liga: <a href=\"#section/Eventos\">https://developers.wire4.mx/#section/Eventos</a>.
19
19
  attr_accessor :events
20
20
 
21
- # Nombre del webhook.
21
+ # Es el nombre del webhook.
22
22
  attr_accessor :name
23
23
 
24
- # URL a la cual Wire4 enviará las notificaciones cuando un evento ocurra.
24
+ # Es la dirección URL para que Wire4 envíe las notificaciones cuando un evento ocurra.
25
25
  attr_accessor :url
26
26
 
27
27
  # Attribute mapping from ruby-style variable name to JSON key.