wire4_client 0.0.9.pre.TEST → 1.0.0
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +69 -0
- data/README.md +15 -77
- data/docs/Account.md +3 -3
- data/docs/AccountResponse.md +3 -6
- data/docs/AmountRequest.md +0 -2
- data/docs/BillingTransaction.md +1 -1
- data/docs/CuentasDeBeneficiariosSPEIApi.md +8 -127
- data/docs/CuentasDeBeneficiariosSPIDApi.md +1 -11
- data/docs/Deposit.md +0 -1
- data/docs/MessageAccountBeneficiary.md +2 -2
- data/docs/MessageCEP.md +9 -9
- data/docs/MessageDepositReceived.md +0 -1
- data/docs/MessagePayment.md +1 -3
- data/docs/MessageSubscription.md +6 -6
- data/docs/MessageWebHook.md +2 -2
- data/docs/Payment.md +1 -3
- data/docs/SpidBeneficiaryResponse.md +0 -3
- data/docs/SuscripcionesApi.md +14 -14
- data/docs/Timestamp.md +17 -0
- data/docs/TransactionOutgoing.md +1 -2
- data/docs/TransferenciasSPEIApi.md +3 -61
- data/lib/wire4_client/api/comprobante_electrnico_de_pago_cep_api.rb +1 -1
- data/lib/wire4_client/api/contacto_api.rb +1 -1
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +10 -194
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +1 -16
- data/lib/wire4_client/api/depositantes_api.rb +1 -1
- data/lib/wire4_client/api/facturas_api.rb +1 -1
- data/lib/wire4_client/api/instituciones_api.rb +1 -1
- data/lib/wire4_client/api/saldo_api.rb +1 -1
- data/lib/wire4_client/api/suscripciones_api.rb +15 -15
- data/lib/wire4_client/api/transferencias_spei_api.rb +3 -85
- data/lib/wire4_client/api/transferencias_spid_api.rb +1 -1
- data/lib/wire4_client/api/webhooks_api.rb +1 -1
- data/lib/wire4_client/api_client.rb +1 -1
- data/lib/wire4_client/api_error.rb +1 -1
- data/lib/wire4_client/configuration.rb +1 -1
- data/lib/wire4_client/models/account.rb +4 -4
- data/lib/wire4_client/models/account_request.rb +1 -1
- data/lib/wire4_client/models/account_response.rb +8 -38
- data/lib/wire4_client/models/account_spid.rb +1 -1
- data/lib/wire4_client/models/amount_request.rb +5 -91
- data/lib/wire4_client/models/balance.rb +1 -1
- data/lib/wire4_client/models/balance_list_response.rb +1 -1
- data/lib/wire4_client/models/beneficiaries_response.rb +1 -1
- data/lib/wire4_client/models/beneficiary_institution.rb +1 -1
- data/lib/wire4_client/models/billing.rb +1 -1
- data/lib/wire4_client/models/billing_transaction.rb +2 -2
- data/lib/wire4_client/models/cep_response.rb +1 -1
- data/lib/wire4_client/models/cep_search_banxico.rb +1 -1
- data/lib/wire4_client/models/contact_request.rb +1 -1
- data/lib/wire4_client/models/deposit.rb +2 -12
- data/lib/wire4_client/models/depositant.rb +1 -1
- data/lib/wire4_client/models/depositants_register.rb +1 -1
- data/lib/wire4_client/models/depositants_response.rb +1 -1
- data/lib/wire4_client/models/error_response.rb +1 -1
- data/lib/wire4_client/models/get_depositants.rb +1 -1
- data/lib/wire4_client/models/institution.rb +1 -1
- data/lib/wire4_client/models/institutions_list.rb +1 -1
- data/lib/wire4_client/models/message_account_beneficiary.rb +3 -3
- data/lib/wire4_client/models/message_cep.rb +11 -11
- data/lib/wire4_client/models/message_deposit_received.rb +3 -13
- data/lib/wire4_client/models/message_institution.rb +1 -1
- data/lib/wire4_client/models/message_payment.rb +3 -24
- data/lib/wire4_client/models/message_subscription.rb +8 -8
- data/lib/wire4_client/models/message_web_hook.rb +3 -3
- data/lib/wire4_client/models/payment.rb +3 -23
- data/lib/wire4_client/models/payments_request_id.rb +1 -1
- data/lib/wire4_client/models/person.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_data.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_response.rb +1 -1
- data/lib/wire4_client/models/relationship.rb +1 -1
- data/lib/wire4_client/models/relationships_response.rb +1 -1
- data/lib/wire4_client/models/spid_beneficiaries_response.rb +1 -1
- data/lib/wire4_client/models/spid_beneficiary_response.rb +5 -35
- data/lib/wire4_client/models/spid_classification_dto.rb +1 -1
- data/lib/wire4_client/models/spid_classifications_response_dto.rb +1 -1
- data/lib/wire4_client/models/{codi_operation_response_dto.rb → timestamp.rb} +72 -53
- data/lib/wire4_client/models/token_required_response.rb +1 -1
- data/lib/wire4_client/models/transaction_outgoing.rb +3 -13
- data/lib/wire4_client/models/transaction_outgoing_spid.rb +1 -1
- data/lib/wire4_client/models/transactions_outgoing_register.rb +1 -1
- data/lib/wire4_client/models/webhook_request.rb +1 -1
- data/lib/wire4_client/models/webhook_response.rb +1 -1
- data/lib/wire4_client/models/webhooks_list.rb +1 -1
- data/lib/wire4_client/version.rb +2 -2
- data/lib/wire4_client.rb +2 -53
- data/spec/api/comprobante_electrnico_de_pago_cep_api_spec.rb +1 -1
- data/spec/api/contacto_api_spec.rb +1 -1
- data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +4 -37
- data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +1 -6
- data/spec/api/depositantes_api_spec.rb +1 -1
- data/spec/api/facturas_api_spec.rb +1 -1
- data/spec/api/instituciones_api_spec.rb +1 -1
- data/spec/api/saldo_api_spec.rb +1 -1
- data/spec/api/suscripciones_api_spec.rb +8 -8
- data/spec/api/transferencias_spei_api_spec.rb +2 -17
- data/spec/api/transferencias_spid_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_request_spec.rb +1 -1
- data/spec/models/account_response_spec.rb +1 -19
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/account_spid_spec.rb +1 -1
- data/spec/models/amount_request_spec.rb +1 -13
- data/spec/models/balance_list_response_spec.rb +1 -1
- data/spec/models/balance_spec.rb +1 -1
- data/spec/models/beneficiaries_response_spec.rb +1 -1
- data/spec/models/beneficiary_institution_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/billing_transaction_spec.rb +1 -1
- data/spec/models/cep_response_spec.rb +1 -1
- data/spec/models/cep_search_banxico_spec.rb +1 -1
- data/spec/models/contact_request_spec.rb +1 -1
- data/spec/models/deposit_spec.rb +1 -7
- data/spec/models/depositant_spec.rb +1 -1
- data/spec/models/depositants_register_spec.rb +1 -1
- data/spec/models/depositants_response_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/get_depositants_spec.rb +1 -1
- data/spec/models/institution_spec.rb +1 -1
- data/spec/models/institutions_list_spec.rb +1 -1
- data/spec/models/message_account_beneficiary_spec.rb +1 -1
- data/spec/models/message_cep_spec.rb +1 -1
- data/spec/models/message_deposit_received_spec.rb +1 -7
- data/spec/models/message_institution_spec.rb +1 -1
- data/spec/models/message_payment_spec.rb +1 -13
- data/spec/models/message_subscription_spec.rb +1 -1
- data/spec/models/message_web_hook_spec.rb +1 -1
- data/spec/models/payment_spec.rb +1 -13
- data/spec/models/payments_request_id_spec.rb +1 -1
- data/spec/models/person_spec.rb +1 -1
- data/spec/models/pre_enrollment_data_spec.rb +1 -1
- data/spec/models/pre_enrollment_response_spec.rb +1 -1
- data/spec/models/relationship_spec.rb +1 -1
- data/spec/models/relationships_response_spec.rb +1 -1
- data/spec/models/spid_beneficiaries_response_spec.rb +1 -1
- data/spec/models/spid_beneficiary_response_spec.rb +1 -19
- data/spec/models/spid_classification_dto_spec.rb +1 -1
- data/spec/models/spid_classifications_response_dto_spec.rb +1 -1
- data/spec/models/{address_company_spec.rb → timestamp_spec.rb} +17 -17
- data/spec/models/token_required_response_spec.rb +1 -1
- data/spec/models/transaction_outgoing_spec.rb +1 -7
- data/spec/models/transaction_outgoing_spid_spec.rb +1 -1
- data/spec/models/transactions_outgoing_register_spec.rb +1 -1
- data/spec/models/webhook_request_spec.rb +1 -1
- data/spec/models/webhook_response_spec.rb +1 -1
- data/spec/models/webhooks_list_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/wire4_client.gemspec +2 -2
- metadata +10 -214
- data/docs/AccountDetail.md +0 -13
- data/docs/AccountReassigned.md +0 -22
- data/docs/AddressCompany.md +0 -17
- data/docs/AuthorizationTransactionGroup.md +0 -9
- data/docs/AuthorizedBeneficiariesResponse.md +0 -10
- data/docs/AuthorizedUsers.md +0 -13
- data/docs/AutorizacinDeDepsitosApi.md +0 -113
- data/docs/BeneficiariesQueryRegisterStatus.md +0 -13
- data/docs/CertificateRequest.md +0 -11
- data/docs/CodiCodeQrResponseDTO.md +0 -17
- data/docs/CodiCodeRequestDTO.md +0 -14
- data/docs/CodiOperationResponseDTO.md +0 -14
- data/docs/CodiOperationsFiltersRequestDTO.md +0 -15
- data/docs/CompanyRegistered.md +0 -13
- data/docs/CompanyRequested.md +0 -11
- data/docs/Compay.md +0 -11
- data/docs/ConfigurationsLimits.md +0 -9
- data/docs/ContractDetailRequest.md +0 -11
- data/docs/ContractDetailResponse.md +0 -9
- data/docs/ContractsDetailsApi.md +0 -222
- data/docs/DepositAuthorizationRequest.md +0 -10
- data/docs/DepositsAuthorizationResponse.md +0 -10
- data/docs/DetailedErrorResponse.md +0 -10
- data/docs/EmpresasCoDiApi.md +0 -107
- data/docs/Item.md +0 -10
- data/docs/LmitesDeMontosApi.md +0 -112
- data/docs/MessageCodiAction.md +0 -19
- data/docs/MessageConfigurationsLimits.md +0 -8
- data/docs/MessageDepositAuthorizationRequest.md +0 -27
- data/docs/MessagePaymentStatePending.md +0 -23
- data/docs/MessageRequestChanged.md +0 -9
- data/docs/MessageSalesPoint.md +0 -10
- data/docs/MessageUserAuthorized.md +0 -14
- data/docs/OperacionesCoDiApi.md +0 -68
- data/docs/Operations.md +0 -17
- data/docs/PagerResponseDto.md +0 -13
- data/docs/PaymentCODI.md +0 -13
- data/docs/PaymentRequestCodiResponseDTO.md +0 -18
- data/docs/PeticionesDePagoPorCoDiApi.md +0 -116
- data/docs/PreMonexAuthorization.md +0 -11
- data/docs/PuntosDeVentaCoDiApi.md +0 -113
- data/docs/SalesPoint.md +0 -10
- data/docs/SalesPointFound.md +0 -14
- data/docs/SalesPointRequest.md +0 -11
- data/docs/SalesPointRespose.md +0 -11
- data/docs/TransactionErrorCode.md +0 -10
- data/docs/UpdateConfigurationsRequestDTO.md +0 -8
- data/docs/UrlsRedirect.md +0 -9
- data/docs/UserCompany.md +0 -16
- data/docs/WebHookDepositAuthorizationRequest.md +0 -9
- data/docs/WebHookDepositAuthorizationResponse.md +0 -13
- data/docs/Webhook.md +0 -13
- data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +0 -173
- data/lib/wire4_client/api/contracts_details_api.rb +0 -301
- data/lib/wire4_client/api/empresas_co_di_api.rb +0 -137
- data/lib/wire4_client/api/lmites_de_montos_api.rb +0 -160
- data/lib/wire4_client/api/operaciones_co_di_api.rb +0 -92
- data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +0 -178
- data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +0 -151
- data/lib/wire4_client/models/account_detail.rb +0 -239
- data/lib/wire4_client/models/account_reassigned.rb +0 -385
- data/lib/wire4_client/models/address_company.rb +0 -275
- data/lib/wire4_client/models/authorization_transaction_group.rb +0 -207
- data/lib/wire4_client/models/authorized_beneficiaries_response.rb +0 -206
- data/lib/wire4_client/models/authorized_users.rb +0 -235
- data/lib/wire4_client/models/beneficiaries_query_register_status.rb +0 -270
- data/lib/wire4_client/models/certificate_request.rb +0 -248
- data/lib/wire4_client/models/codi_code_qr_response_dto.rb +0 -320
- data/lib/wire4_client/models/codi_code_request_dto.rb +0 -402
- data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +0 -336
- data/lib/wire4_client/models/company_registered.rb +0 -235
- data/lib/wire4_client/models/company_requested.rb +0 -215
- data/lib/wire4_client/models/compay.rb +0 -215
- data/lib/wire4_client/models/configurations_limits.rb +0 -197
- data/lib/wire4_client/models/contract_detail_request.rb +0 -247
- data/lib/wire4_client/models/contract_detail_response.rb +0 -194
- data/lib/wire4_client/models/deposit_authorization_request.rb +0 -205
- data/lib/wire4_client/models/deposits_authorization_response.rb +0 -205
- data/lib/wire4_client/models/detailed_error_response.rb +0 -203
- data/lib/wire4_client/models/item.rb +0 -205
- data/lib/wire4_client/models/message_codi_action.rb +0 -295
- data/lib/wire4_client/models/message_configurations_limits.rb +0 -187
- data/lib/wire4_client/models/message_deposit_authorization_request.rb +0 -375
- data/lib/wire4_client/models/message_payment_state_pending.rb +0 -335
- data/lib/wire4_client/models/message_request_changed.rb +0 -229
- data/lib/wire4_client/models/message_sales_point.rb +0 -205
- data/lib/wire4_client/models/message_user_authorized.rb +0 -245
- data/lib/wire4_client/models/operations.rb +0 -321
- data/lib/wire4_client/models/pager_response_dto.rb +0 -236
- data/lib/wire4_client/models/payment_codi.rb +0 -269
- data/lib/wire4_client/models/payment_request_codi_response_dto.rb +0 -287
- data/lib/wire4_client/models/pre_monex_authorization.rb +0 -291
- data/lib/wire4_client/models/sales_point.rb +0 -205
- data/lib/wire4_client/models/sales_point_found.rb +0 -279
- data/lib/wire4_client/models/sales_point_request.rb +0 -254
- data/lib/wire4_client/models/sales_point_respose.rb +0 -215
- data/lib/wire4_client/models/transaction_error_code.rb +0 -201
- data/lib/wire4_client/models/update_configurations_request_dto.rb +0 -192
- data/lib/wire4_client/models/urls_redirect.rb +0 -205
- data/lib/wire4_client/models/user_company.rb +0 -269
- data/lib/wire4_client/models/web_hook_deposit_authorization_request.rb +0 -195
- data/lib/wire4_client/models/web_hook_deposit_authorization_response.rb +0 -237
- data/lib/wire4_client/models/webhook.rb +0 -271
- data/spec/api/autorizacin_de_depsitos_api_spec.rb +0 -62
- data/spec/api/contracts_details_api_spec.rb +0 -90
- data/spec/api/empresas_co_di_api_spec.rb +0 -60
- data/spec/api/lmites_de_montos_api_spec.rb +0 -62
- data/spec/api/operaciones_co_di_api_spec.rb +0 -52
- data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +0 -63
- data/spec/api/puntos_de_venta_co_di_api_spec.rb +0 -62
- data/spec/models/account_detail_spec.rb +0 -71
- data/spec/models/account_reassigned_spec.rb +0 -125
- data/spec/models/authorization_transaction_group_spec.rb +0 -47
- data/spec/models/authorized_beneficiaries_response_spec.rb +0 -53
- data/spec/models/authorized_users_spec.rb +0 -71
- data/spec/models/beneficiaries_query_register_status_spec.rb +0 -75
- data/spec/models/certificate_request_spec.rb +0 -59
- data/spec/models/codi_code_qr_response_dto_spec.rb +0 -103
- data/spec/models/codi_code_request_dto_spec.rb +0 -81
- data/spec/models/codi_operation_response_dto_spec.rb +0 -77
- data/spec/models/codi_operations_filters_request_dto_spec.rb +0 -87
- data/spec/models/company_registered_spec.rb +0 -71
- data/spec/models/company_requested_spec.rb +0 -59
- data/spec/models/compay_spec.rb +0 -59
- data/spec/models/configurations_limits_spec.rb +0 -47
- data/spec/models/contract_detail_request_spec.rb +0 -59
- data/spec/models/contract_detail_response_spec.rb +0 -47
- data/spec/models/deposit_authorization_request_spec.rb +0 -53
- data/spec/models/deposits_authorization_response_spec.rb +0 -53
- data/spec/models/detailed_error_response_spec.rb +0 -53
- data/spec/models/item_spec.rb +0 -53
- data/spec/models/message_codi_action_spec.rb +0 -107
- data/spec/models/message_configurations_limits_spec.rb +0 -41
- data/spec/models/message_deposit_authorization_request_spec.rb +0 -155
- data/spec/models/message_payment_state_pending_spec.rb +0 -131
- data/spec/models/message_request_changed_spec.rb +0 -51
- data/spec/models/message_sales_point_spec.rb +0 -53
- data/spec/models/message_user_authorized_spec.rb +0 -77
- data/spec/models/operations_spec.rb +0 -103
- data/spec/models/pager_response_dto_spec.rb +0 -71
- data/spec/models/payment_codi_spec.rb +0 -75
- data/spec/models/payment_request_codi_response_dto_spec.rb +0 -101
- data/spec/models/pre_monex_authorization_spec.rb +0 -59
- data/spec/models/sales_point_found_spec.rb +0 -81
- data/spec/models/sales_point_request_spec.rb +0 -59
- data/spec/models/sales_point_respose_spec.rb +0 -59
- data/spec/models/sales_point_spec.rb +0 -53
- data/spec/models/transaction_error_code_spec.rb +0 -53
- data/spec/models/update_configurations_request_dto_spec.rb +0 -41
- data/spec/models/urls_redirect_spec.rb +0 -47
- data/spec/models/user_company_spec.rb +0 -89
- data/spec/models/web_hook_deposit_authorization_request_spec.rb +0 -47
- data/spec/models/web_hook_deposit_authorization_response_spec.rb +0 -71
- data/spec/models/webhook_spec.rb +0 -75
- data/wire4_client-1.0.9.gem +0 -0
@@ -1,237 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Wire4RestAPI
|
3
|
-
|
4
|
-
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
|
-
|
6
|
-
OpenAPI spec version: 1.0.0
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.10
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module Wire4Client
|
16
|
-
# 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: https://developers.wire4.mx/#section/Eventos.
|
19
|
-
attr_accessor :events
|
20
|
-
|
21
|
-
# Nombre del webhook.
|
22
|
-
attr_accessor :name
|
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\".
|
25
|
-
attr_accessor :secret
|
26
|
-
|
27
|
-
# Estatus en el que se encuentra el webhook.
|
28
|
-
attr_accessor :status
|
29
|
-
|
30
|
-
# URL a la cual Wire4 enviará las notificaciones cuando un evento ocurra.
|
31
|
-
attr_accessor :url
|
32
|
-
|
33
|
-
# Identificador del webhook.
|
34
|
-
attr_accessor :wh_uuid
|
35
|
-
|
36
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
37
|
-
def self.attribute_map
|
38
|
-
{
|
39
|
-
:'events' => :'events',
|
40
|
-
:'name' => :'name',
|
41
|
-
:'secret' => :'secret',
|
42
|
-
:'status' => :'status',
|
43
|
-
:'url' => :'url',
|
44
|
-
:'wh_uuid' => :'wh_uuid'
|
45
|
-
}
|
46
|
-
end
|
47
|
-
|
48
|
-
# Attribute type mapping.
|
49
|
-
def self.swagger_types
|
50
|
-
{
|
51
|
-
:'events' => :'Array<String>',
|
52
|
-
:'name' => :'String',
|
53
|
-
:'secret' => :'String',
|
54
|
-
:'status' => :'String',
|
55
|
-
:'url' => :'String',
|
56
|
-
:'wh_uuid' => :'String'
|
57
|
-
}
|
58
|
-
end
|
59
|
-
|
60
|
-
# Initializes the object
|
61
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
62
|
-
def initialize(attributes = {})
|
63
|
-
return unless attributes.is_a?(Hash)
|
64
|
-
|
65
|
-
# convert string to symbol for hash key
|
66
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
67
|
-
|
68
|
-
if attributes.has_key?(:'events')
|
69
|
-
if (value = attributes[:'events']).is_a?(Array)
|
70
|
-
self.events = value
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
|
-
if attributes.has_key?(:'name')
|
75
|
-
self.name = attributes[:'name']
|
76
|
-
end
|
77
|
-
|
78
|
-
if attributes.has_key?(:'secret')
|
79
|
-
self.secret = attributes[:'secret']
|
80
|
-
end
|
81
|
-
|
82
|
-
if attributes.has_key?(:'status')
|
83
|
-
self.status = attributes[:'status']
|
84
|
-
end
|
85
|
-
|
86
|
-
if attributes.has_key?(:'url')
|
87
|
-
self.url = attributes[:'url']
|
88
|
-
end
|
89
|
-
|
90
|
-
if attributes.has_key?(:'wh_uuid')
|
91
|
-
self.wh_uuid = attributes[:'wh_uuid']
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
96
|
-
# @return Array for valid properties with the reasons
|
97
|
-
def list_invalid_properties
|
98
|
-
invalid_properties = Array.new
|
99
|
-
invalid_properties
|
100
|
-
end
|
101
|
-
|
102
|
-
# Check to see if the all the properties in the model are valid
|
103
|
-
# @return true if the model is valid
|
104
|
-
def valid?
|
105
|
-
true
|
106
|
-
end
|
107
|
-
|
108
|
-
# Checks equality by comparing each attribute.
|
109
|
-
# @param [Object] Object to be compared
|
110
|
-
def ==(o)
|
111
|
-
return true if self.equal?(o)
|
112
|
-
self.class == o.class &&
|
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
|
119
|
-
end
|
120
|
-
|
121
|
-
# @see the `==` method
|
122
|
-
# @param [Object] Object to be compared
|
123
|
-
def eql?(o)
|
124
|
-
self == o
|
125
|
-
end
|
126
|
-
|
127
|
-
# Calculates hash code according to all attributes.
|
128
|
-
# @return [Fixnum] Hash code
|
129
|
-
def hash
|
130
|
-
[events, name, secret, status, url, wh_uuid].hash
|
131
|
-
end
|
132
|
-
|
133
|
-
# Builds the object from hash
|
134
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
135
|
-
# @return [Object] Returns the model itself
|
136
|
-
def build_from_hash(attributes)
|
137
|
-
return nil unless attributes.is_a?(Hash)
|
138
|
-
self.class.swagger_types.each_pair do |key, type|
|
139
|
-
if type =~ /\AArray<(.*)>/i
|
140
|
-
# check to ensure the input is an array given that the the attribute
|
141
|
-
# is documented as an array but the input is not
|
142
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
143
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
144
|
-
end
|
145
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
146
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
147
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
148
|
-
end
|
149
|
-
|
150
|
-
self
|
151
|
-
end
|
152
|
-
|
153
|
-
# Deserializes the data based on type
|
154
|
-
# @param string type Data type
|
155
|
-
# @param string value Value to be deserialized
|
156
|
-
# @return [Object] Deserialized data
|
157
|
-
def _deserialize(type, value)
|
158
|
-
case type.to_sym
|
159
|
-
when :DateTime
|
160
|
-
DateTime.parse(value)
|
161
|
-
when :Date
|
162
|
-
Date.parse(value)
|
163
|
-
when :String
|
164
|
-
value.to_s
|
165
|
-
when :Integer
|
166
|
-
value.to_i
|
167
|
-
when :Float
|
168
|
-
value.to_f
|
169
|
-
when :BOOLEAN
|
170
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
171
|
-
true
|
172
|
-
else
|
173
|
-
false
|
174
|
-
end
|
175
|
-
when :Object
|
176
|
-
# generic object (usually a Hash), return directly
|
177
|
-
value
|
178
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
179
|
-
inner_type = Regexp.last_match[:inner_type]
|
180
|
-
value.map { |v| _deserialize(inner_type, v) }
|
181
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
182
|
-
k_type = Regexp.last_match[:k_type]
|
183
|
-
v_type = Regexp.last_match[:v_type]
|
184
|
-
{}.tap do |hash|
|
185
|
-
value.each do |k, v|
|
186
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
187
|
-
end
|
188
|
-
end
|
189
|
-
else # model
|
190
|
-
temp_model = Wire4Client.const_get(type).new
|
191
|
-
temp_model.build_from_hash(value)
|
192
|
-
end
|
193
|
-
end
|
194
|
-
|
195
|
-
# Returns the string representation of the object
|
196
|
-
# @return [String] String presentation of the object
|
197
|
-
def to_s
|
198
|
-
to_hash.to_s
|
199
|
-
end
|
200
|
-
|
201
|
-
# to_body is an alias to to_hash (backward compatibility)
|
202
|
-
# @return [Hash] Returns the object in the form of hash
|
203
|
-
def to_body
|
204
|
-
to_hash
|
205
|
-
end
|
206
|
-
|
207
|
-
# Returns the object in the form of hash
|
208
|
-
# @return [Hash] Returns the object in the form of hash
|
209
|
-
def to_hash
|
210
|
-
hash = {}
|
211
|
-
self.class.attribute_map.each_pair do |attr, param|
|
212
|
-
value = self.send(attr)
|
213
|
-
next if value.nil?
|
214
|
-
hash[param] = _to_hash(value)
|
215
|
-
end
|
216
|
-
hash
|
217
|
-
end
|
218
|
-
|
219
|
-
# Outputs non-array value in the form of hash
|
220
|
-
# For object, use to_hash. Otherwise, just return the value
|
221
|
-
# @param [Object] value Any valid value
|
222
|
-
# @return [Hash] Returns the value in the form of hash
|
223
|
-
def _to_hash(value)
|
224
|
-
if value.is_a?(Array)
|
225
|
-
value.compact.map { |v| _to_hash(v) }
|
226
|
-
elsif value.is_a?(Hash)
|
227
|
-
{}.tap do |hash|
|
228
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
229
|
-
end
|
230
|
-
elsif value.respond_to? :to_hash
|
231
|
-
value.to_hash
|
232
|
-
else
|
233
|
-
value
|
234
|
-
end
|
235
|
-
end
|
236
|
-
end
|
237
|
-
end
|
@@ -1,271 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Wire4RestAPI
|
3
|
-
|
4
|
-
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
|
-
|
6
|
-
OpenAPI spec version: 1.0.0
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.10
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module Wire4Client
|
16
|
-
# Webhook creado para notificaciones CoDi.
|
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.
|
19
|
-
attr_accessor :events
|
20
|
-
|
21
|
-
# Nombre del webhook.
|
22
|
-
attr_accessor :name
|
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\".
|
25
|
-
attr_accessor :secret
|
26
|
-
|
27
|
-
# Estatus en el que se encuentra el webhook.
|
28
|
-
attr_accessor :status
|
29
|
-
|
30
|
-
# URL a la cual Wire4 enviará las notificaciones cuando un evento ocurra.
|
31
|
-
attr_accessor :url
|
32
|
-
|
33
|
-
# Identificador del webhook.
|
34
|
-
attr_accessor :wh_id
|
35
|
-
|
36
|
-
class EnumAttributeValidator
|
37
|
-
attr_reader :datatype
|
38
|
-
attr_reader :allowable_values
|
39
|
-
|
40
|
-
def initialize(datatype, allowable_values)
|
41
|
-
@allowable_values = allowable_values.map do |value|
|
42
|
-
case datatype.to_s
|
43
|
-
when /Integer/i
|
44
|
-
value.to_i
|
45
|
-
when /Float/i
|
46
|
-
value.to_f
|
47
|
-
else
|
48
|
-
value
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
def valid?(value)
|
54
|
-
!value || allowable_values.include?(value)
|
55
|
-
end
|
56
|
-
end
|
57
|
-
|
58
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
59
|
-
def self.attribute_map
|
60
|
-
{
|
61
|
-
:'events' => :'events',
|
62
|
-
:'name' => :'name',
|
63
|
-
:'secret' => :'secret',
|
64
|
-
:'status' => :'status',
|
65
|
-
:'url' => :'url',
|
66
|
-
:'wh_id' => :'wh_id'
|
67
|
-
}
|
68
|
-
end
|
69
|
-
|
70
|
-
# Attribute type mapping.
|
71
|
-
def self.swagger_types
|
72
|
-
{
|
73
|
-
:'events' => :'Array<String>',
|
74
|
-
:'name' => :'String',
|
75
|
-
:'secret' => :'String',
|
76
|
-
:'status' => :'String',
|
77
|
-
:'url' => :'String',
|
78
|
-
:'wh_id' => :'String'
|
79
|
-
}
|
80
|
-
end
|
81
|
-
|
82
|
-
# Initializes the object
|
83
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
84
|
-
def initialize(attributes = {})
|
85
|
-
return unless attributes.is_a?(Hash)
|
86
|
-
|
87
|
-
# convert string to symbol for hash key
|
88
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
89
|
-
|
90
|
-
if attributes.has_key?(:'events')
|
91
|
-
if (value = attributes[:'events']).is_a?(Array)
|
92
|
-
self.events = value
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
if attributes.has_key?(:'name')
|
97
|
-
self.name = attributes[:'name']
|
98
|
-
end
|
99
|
-
|
100
|
-
if attributes.has_key?(:'secret')
|
101
|
-
self.secret = attributes[:'secret']
|
102
|
-
end
|
103
|
-
|
104
|
-
if attributes.has_key?(:'status')
|
105
|
-
self.status = attributes[:'status']
|
106
|
-
end
|
107
|
-
|
108
|
-
if attributes.has_key?(:'url')
|
109
|
-
self.url = attributes[:'url']
|
110
|
-
end
|
111
|
-
|
112
|
-
if attributes.has_key?(:'wh_id')
|
113
|
-
self.wh_id = attributes[:'wh_id']
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
118
|
-
# @return Array for valid properties with the reasons
|
119
|
-
def list_invalid_properties
|
120
|
-
invalid_properties = Array.new
|
121
|
-
invalid_properties
|
122
|
-
end
|
123
|
-
|
124
|
-
# Check to see if the all the properties in the model are valid
|
125
|
-
# @return true if the model is valid
|
126
|
-
def valid?
|
127
|
-
status_validator = EnumAttributeValidator.new('String', ['ACTIVE', 'INACTIVE', 'DELETED'])
|
128
|
-
return false unless status_validator.valid?(@status)
|
129
|
-
true
|
130
|
-
end
|
131
|
-
|
132
|
-
# Custom attribute writer method checking allowed values (enum).
|
133
|
-
# @param [Object] status Object to be assigned
|
134
|
-
def status=(status)
|
135
|
-
validator = EnumAttributeValidator.new('String', ['ACTIVE', 'INACTIVE', 'DELETED'])
|
136
|
-
unless validator.valid?(status)
|
137
|
-
fail ArgumentError, 'invalid value for "status", must be one of #{validator.allowable_values}.'
|
138
|
-
end
|
139
|
-
@status = status
|
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
|
-
events == o.events &&
|
148
|
-
name == o.name &&
|
149
|
-
secret == o.secret &&
|
150
|
-
status == o.status &&
|
151
|
-
url == o.url &&
|
152
|
-
wh_id == o.wh_id
|
153
|
-
end
|
154
|
-
|
155
|
-
# @see the `==` method
|
156
|
-
# @param [Object] Object to be compared
|
157
|
-
def eql?(o)
|
158
|
-
self == o
|
159
|
-
end
|
160
|
-
|
161
|
-
# Calculates hash code according to all attributes.
|
162
|
-
# @return [Fixnum] Hash code
|
163
|
-
def hash
|
164
|
-
[events, name, secret, status, url, wh_id].hash
|
165
|
-
end
|
166
|
-
|
167
|
-
# Builds the object from hash
|
168
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
169
|
-
# @return [Object] Returns the model itself
|
170
|
-
def build_from_hash(attributes)
|
171
|
-
return nil unless attributes.is_a?(Hash)
|
172
|
-
self.class.swagger_types.each_pair do |key, type|
|
173
|
-
if type =~ /\AArray<(.*)>/i
|
174
|
-
# check to ensure the input is an array given that the the attribute
|
175
|
-
# is documented as an array but the input is not
|
176
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
177
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
178
|
-
end
|
179
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
180
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
181
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
182
|
-
end
|
183
|
-
|
184
|
-
self
|
185
|
-
end
|
186
|
-
|
187
|
-
# Deserializes the data based on type
|
188
|
-
# @param string type Data type
|
189
|
-
# @param string value Value to be deserialized
|
190
|
-
# @return [Object] Deserialized data
|
191
|
-
def _deserialize(type, value)
|
192
|
-
case type.to_sym
|
193
|
-
when :DateTime
|
194
|
-
DateTime.parse(value)
|
195
|
-
when :Date
|
196
|
-
Date.parse(value)
|
197
|
-
when :String
|
198
|
-
value.to_s
|
199
|
-
when :Integer
|
200
|
-
value.to_i
|
201
|
-
when :Float
|
202
|
-
value.to_f
|
203
|
-
when :BOOLEAN
|
204
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
205
|
-
true
|
206
|
-
else
|
207
|
-
false
|
208
|
-
end
|
209
|
-
when :Object
|
210
|
-
# generic object (usually a Hash), return directly
|
211
|
-
value
|
212
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
213
|
-
inner_type = Regexp.last_match[:inner_type]
|
214
|
-
value.map { |v| _deserialize(inner_type, v) }
|
215
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
216
|
-
k_type = Regexp.last_match[:k_type]
|
217
|
-
v_type = Regexp.last_match[:v_type]
|
218
|
-
{}.tap do |hash|
|
219
|
-
value.each do |k, v|
|
220
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
221
|
-
end
|
222
|
-
end
|
223
|
-
else # model
|
224
|
-
temp_model = Wire4Client.const_get(type).new
|
225
|
-
temp_model.build_from_hash(value)
|
226
|
-
end
|
227
|
-
end
|
228
|
-
|
229
|
-
# Returns the string representation of the object
|
230
|
-
# @return [String] String presentation of the object
|
231
|
-
def to_s
|
232
|
-
to_hash.to_s
|
233
|
-
end
|
234
|
-
|
235
|
-
# to_body is an alias to to_hash (backward compatibility)
|
236
|
-
# @return [Hash] Returns the object in the form of hash
|
237
|
-
def to_body
|
238
|
-
to_hash
|
239
|
-
end
|
240
|
-
|
241
|
-
# Returns the object in the form of hash
|
242
|
-
# @return [Hash] Returns the object in the form of hash
|
243
|
-
def to_hash
|
244
|
-
hash = {}
|
245
|
-
self.class.attribute_map.each_pair do |attr, param|
|
246
|
-
value = self.send(attr)
|
247
|
-
next if value.nil?
|
248
|
-
hash[param] = _to_hash(value)
|
249
|
-
end
|
250
|
-
hash
|
251
|
-
end
|
252
|
-
|
253
|
-
# Outputs non-array value in the form of hash
|
254
|
-
# For object, use to_hash. Otherwise, just return the value
|
255
|
-
# @param [Object] value Any valid value
|
256
|
-
# @return [Hash] Returns the value in the form of hash
|
257
|
-
def _to_hash(value)
|
258
|
-
if value.is_a?(Array)
|
259
|
-
value.compact.map { |v| _to_hash(v) }
|
260
|
-
elsif value.is_a?(Hash)
|
261
|
-
{}.tap do |hash|
|
262
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
263
|
-
end
|
264
|
-
elsif value.respond_to? :to_hash
|
265
|
-
value.to_hash
|
266
|
-
else
|
267
|
-
value
|
268
|
-
end
|
269
|
-
end
|
270
|
-
end
|
271
|
-
end
|
@@ -1,62 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Wire4RestAPI
|
3
|
-
|
4
|
-
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
|
-
|
6
|
-
OpenAPI spec version: 1.0.0
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.10
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
|
16
|
-
# Unit tests for Wire4Client::AutorizacinDeDepsitosApi
|
17
|
-
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
-
# Please update as you see appropriate
|
19
|
-
describe 'AutorizacinDeDepsitosApi' do
|
20
|
-
before do
|
21
|
-
# run before each test
|
22
|
-
@instance = Wire4Client::AutorizacinDeDepsitosApi.new
|
23
|
-
end
|
24
|
-
|
25
|
-
after do
|
26
|
-
# run after each test
|
27
|
-
end
|
28
|
-
|
29
|
-
describe 'test an instance of AutorizacinDeDepsitosApi' do
|
30
|
-
it 'should create an instance of AutorizacinDeDepsitosApi' do
|
31
|
-
expect(@instance).to be_instance_of(Wire4Client::AutorizacinDeDepsitosApi)
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
# unit tests for get_deposit_auth_configurations
|
36
|
-
# Consulta autorización de depósitos
|
37
|
-
# Obtiene la información de la autorización de depósitos del contrato relacionado a la subscripción.
|
38
|
-
# @param authorization Header para token
|
39
|
-
# @param subscription El identificador de la suscripción a esta API
|
40
|
-
# @param [Hash] opts the optional parameters
|
41
|
-
# @return [DepositsAuthorizationResponse]
|
42
|
-
describe 'get_deposit_auth_configurations test' do
|
43
|
-
it 'should work' do
|
44
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
# unit tests for put_deposit_auth_configurations
|
49
|
-
# Des/Habilitar autorización de depósitos
|
50
|
-
# Des/Habilitar autorización de depósitos, devuelve la información final de la autorización de depósitos del contrato relacionado a la subscripción al terminar.
|
51
|
-
# @param authorization Header para token
|
52
|
-
# @param register Deposit Authorization info
|
53
|
-
# @param subscription El identificador de la suscripción a esta API
|
54
|
-
# @param [Hash] opts the optional parameters
|
55
|
-
# @return [DepositsAuthorizationResponse]
|
56
|
-
describe 'put_deposit_auth_configurations test' do
|
57
|
-
it 'should work' do
|
58
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
end
|
@@ -1,90 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Wire4RestAPI
|
3
|
-
|
4
|
-
# # Referencia de API La API de Wire4 está organizada en torno a REST.
|
5
|
-
|
6
|
-
OpenAPI spec version: 1.0.0
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.10
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
|
16
|
-
# Unit tests for Wire4Client::ContractsDetailsApi
|
17
|
-
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
-
# Please update as you see appropriate
|
19
|
-
describe 'ContractsDetailsApi' do
|
20
|
-
before do
|
21
|
-
# run before each test
|
22
|
-
@instance = Wire4Client::ContractsDetailsApi.new
|
23
|
-
end
|
24
|
-
|
25
|
-
after do
|
26
|
-
# run after each test
|
27
|
-
end
|
28
|
-
|
29
|
-
describe 'test an instance of ContractsDetailsApi' do
|
30
|
-
it 'should create an instance of ContractsDetailsApi' do
|
31
|
-
expect(@instance).to be_instance_of(Wire4Client::ContractsDetailsApi)
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
# unit tests for create_authorization
|
36
|
-
# Devuelve la URL para autorización del usuario Monex
|
37
|
-
# Se obtiene la URL para la autorización del usuario Monex.
|
38
|
-
# @param authorization Header para token
|
39
|
-
# @param pre_monex_authorization Información para la autorización
|
40
|
-
# @param [Hash] opts the optional parameters
|
41
|
-
# @return [TokenRequiredResponse]
|
42
|
-
describe 'create_authorization test' do
|
43
|
-
it 'should work' do
|
44
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
# unit tests for obtain_authorized_users
|
49
|
-
# Obtiene los usuarios autorizados
|
50
|
-
# Obtienen los detalles de los usuarios autorizados de Monex.
|
51
|
-
# @param authorization Header para token
|
52
|
-
# @param x_access_key La llave de acceso de la aplicación
|
53
|
-
# @param request_id El identificador de la petición a esta API
|
54
|
-
# @param [Hash] opts the optional parameters
|
55
|
-
# @return [Array<AuthorizedUsers>]
|
56
|
-
describe 'obtain_authorized_users test' do
|
57
|
-
it 'should work' do
|
58
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
# unit tests for obtain_authorized_users_by_contract
|
63
|
-
# Obtiene los usuarios autorizados por contrato
|
64
|
-
# Obtienen los detalles de los usuarios autorizados por contrato Monex.
|
65
|
-
# @param authorization Header para token
|
66
|
-
# @param x_access_key La llave de acceso de la aplicación
|
67
|
-
# @param [Hash] opts the optional parameters
|
68
|
-
# @option opts [String] :contract El contrato Monex
|
69
|
-
# @return [Array<AuthorizedUsers>]
|
70
|
-
describe 'obtain_authorized_users_by_contract test' do
|
71
|
-
it 'should work' do
|
72
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
-
end
|
74
|
-
end
|
75
|
-
|
76
|
-
# unit tests for obtain_contract_details
|
77
|
-
# Obtiene los detalles de la empresa del contrato
|
78
|
-
# Detalles de la compañía relacionada con el contrato de Monex.
|
79
|
-
# @param authorization Header para token
|
80
|
-
# @param x_access_key La llave de acceso de la aplicación
|
81
|
-
# @param contract_detail_request Información para obtener los detalles de la companía
|
82
|
-
# @param [Hash] opts the optional parameters
|
83
|
-
# @return [ContractDetailResponse]
|
84
|
-
describe 'obtain_contract_details test' do
|
85
|
-
it 'should work' do
|
86
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
87
|
-
end
|
88
|
-
end
|
89
|
-
|
90
|
-
end
|