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,161 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::MessageDepositAuthorizationRequest
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'MessageDepositAuthorizationRequest' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::MessageDepositAuthorizationRequest.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of MessageDepositAuthorizationRequest' do
31
+ it 'should create an instance of MessageDepositAuthorizationRequest' do
32
+ expect(@instance).to be_instance_of(Wire4Client::MessageDepositAuthorizationRequest)
33
+ end
34
+ end
35
+ describe 'test attribute "amount"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "beneficiary_account"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "beneficiary_name"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "beneficiary_rfc"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "clave_rastreo"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "confirm_date"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "currency_code"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "deposit_date"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
83
+ describe 'test attribute "depositant"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ describe 'test attribute "depositant_alias"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
95
+ describe 'test attribute "depositant_clabe"' do
96
+ it 'should work' do
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ end
99
+ end
100
+
101
+ describe 'test attribute "depositant_email"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
107
+ describe 'test attribute "depositant_rfc"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ describe 'test attribute "description"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
119
+ describe 'test attribute "monex_description"' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
125
+ describe 'test attribute "monex_transaction_id"' do
126
+ it 'should work' do
127
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
+ end
129
+ end
130
+
131
+ describe 'test attribute "reference"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
137
+ describe 'test attribute "sender_account"' do
138
+ it 'should work' do
139
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
+ end
141
+ end
142
+
143
+ describe 'test attribute "sender_bank"' do
144
+ it 'should work' do
145
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
+ end
147
+ end
148
+
149
+ describe 'test attribute "sender_name"' do
150
+ it 'should work' do
151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
+ end
153
+ end
154
+
155
+ describe 'test attribute "sender_rfc"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ end
@@ -92,6 +92,12 @@ describe 'MessageDepositReceived' do
92
92
  end
93
93
  end
94
94
 
95
+ describe 'test attribute "depositant_alias"' do
96
+ it 'should work' do
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ end
99
+ end
100
+
95
101
  describe 'test attribute "depositant_clabe"' do
96
102
  it 'should work' do
97
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,4 +68,10 @@ describe 'MessageUserAuthorized' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "user_name"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  end
@@ -14,81 +14,61 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Wire4Client::Timestamp
17
+ # Unit tests for Wire4Client::PaymentCODI
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
- describe 'Timestamp' do
20
+ describe 'PaymentCODI' do
21
21
  before do
22
22
  # run before each test
23
- @instance = Wire4Client::Timestamp.new
23
+ @instance = Wire4Client::PaymentCODI.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of Timestamp' do
31
- it 'should create an instance of Timestamp' do
32
- expect(@instance).to be_instance_of(Wire4Client::Timestamp)
30
+ describe 'test an instance of PaymentCODI' do
31
+ it 'should create an instance of PaymentCODI' do
32
+ expect(@instance).to be_instance_of(Wire4Client::PaymentCODI)
33
33
  end
34
34
  end
35
- describe 'test attribute "date"' do
35
+ describe 'test attribute "amount"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "day"' do
41
+ describe 'test attribute "description"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "hours"' do
47
+ describe 'test attribute "error_message"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "minutes"' do
53
+ describe 'test attribute "id"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "month"' do
59
+ describe 'test attribute "operation_date"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "nanos"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- describe 'test attribute "seconds"' do
72
- it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
- end
75
- end
76
-
77
- describe 'test attribute "time"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- describe 'test attribute "timezone_offset"' do
84
- it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
- end
87
- end
88
-
89
- describe 'test attribute "year"' do
65
+ describe 'test attribute "status"' do
90
66
  it 'should work' do
91
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["RECEIVED", "COMPLETED", "CANCELLED"])
69
+ # validator.allowable_values.each do |value|
70
+ # expect { @instance.status = value }.not_to raise_error
71
+ # end
92
72
  end
93
73
  end
94
74
 
@@ -0,0 +1,47 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::ServiceBanking
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ServiceBanking' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::ServiceBanking.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ServiceBanking' do
31
+ it 'should create an instance of ServiceBanking' do
32
+ expect(@instance).to be_instance_of(Wire4Client::ServiceBanking)
33
+ end
34
+ end
35
+ describe 'test attribute "spei"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "spid"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,45 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::SubscriptionChangeStatusRequest
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'SubscriptionChangeStatusRequest' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::SubscriptionChangeStatusRequest.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SubscriptionChangeStatusRequest' do
31
+ it 'should create an instance of SubscriptionChangeStatusRequest' do
32
+ expect(@instance).to be_instance_of(Wire4Client::SubscriptionChangeStatusRequest)
33
+ end
34
+ end
35
+ describe 'test attribute "status"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["ACTIVE", "INACTIVE"])
39
+ # validator.allowable_values.each do |value|
40
+ # expect { @instance.status = value }.not_to raise_error
41
+ # end
42
+ end
43
+ end
44
+
45
+ end
@@ -0,0 +1,53 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::TransactionErrorCode
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'TransactionErrorCode' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::TransactionErrorCode.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of TransactionErrorCode' do
31
+ it 'should create an instance of TransactionErrorCode' do
32
+ expect(@instance).to be_instance_of(Wire4Client::TransactionErrorCode)
33
+ end
34
+ end
35
+ describe 'test attribute "code"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "error"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "order_id"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
@@ -0,0 +1,41 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::UpdateConfigurationsRequestDTO
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'UpdateConfigurationsRequestDTO' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::UpdateConfigurationsRequestDTO.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UpdateConfigurationsRequestDTO' do
31
+ it 'should create an instance of UpdateConfigurationsRequestDTO' do
32
+ expect(@instance).to be_instance_of(Wire4Client::UpdateConfigurationsRequestDTO)
33
+ end
34
+ end
35
+ describe 'test attribute "configurations"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,55 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::UseServiceBanking
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'UseServiceBanking' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::UseServiceBanking.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UseServiceBanking' do
31
+ it 'should create an instance of UseServiceBanking' do
32
+ expect(@instance).to be_instance_of(Wire4Client::UseServiceBanking)
33
+ end
34
+ end
35
+ describe 'test attribute "status"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["ACTIVE", "INACTIVE"])
39
+ # validator.allowable_values.each do |value|
40
+ # expect { @instance.status = value }.not_to raise_error
41
+ # end
42
+ end
43
+ end
44
+
45
+ describe 'test attribute "use"' do
46
+ it 'should work' do
47
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["WITHDRAWAL_DEPOSIT", "WITHDRAWAL", "DEPOSIT"])
49
+ # validator.allowable_values.each do |value|
50
+ # expect { @instance.use = value }.not_to raise_error
51
+ # end
52
+ end
53
+ end
54
+
55
+ end
@@ -0,0 +1,47 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::WebHookDepositAuthorizationRequest
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'WebHookDepositAuthorizationRequest' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::WebHookDepositAuthorizationRequest.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of WebHookDepositAuthorizationRequest' do
31
+ it 'should create an instance of WebHookDepositAuthorizationRequest' do
32
+ expect(@instance).to be_instance_of(Wire4Client::WebHookDepositAuthorizationRequest)
33
+ end
34
+ end
35
+ describe 'test attribute "name"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "url"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,71 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Wire4Client::WebHookDepositAuthorizationResponse
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'WebHookDepositAuthorizationResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = Wire4Client::WebHookDepositAuthorizationResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of WebHookDepositAuthorizationResponse' do
31
+ it 'should create an instance of WebHookDepositAuthorizationResponse' do
32
+ expect(@instance).to be_instance_of(Wire4Client::WebHookDepositAuthorizationResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "events"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "name"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "secret"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "status"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "url"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "wh_uuid"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ end