transferzero-sdk 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 +7 -0
- data/Gemfile +9 -0
- data/LICENSE +7 -0
- data/README.md +286 -0
- data/Rakefile +10 -0
- data/docs/APILogsApi.md +141 -0
- data/docs/Account.md +19 -0
- data/docs/AccountDebitsApi.md +199 -0
- data/docs/AccountListResponse.md +19 -0
- data/docs/AccountMeta.md +17 -0
- data/docs/AccountResponse.md +19 -0
- data/docs/AccountValidationApi.md +70 -0
- data/docs/AccountValidationError.md +17 -0
- data/docs/AccountValidationRequest.md +25 -0
- data/docs/AccountValidationResponse.md +19 -0
- data/docs/AccountValidationResult.md +17 -0
- data/docs/AccountsApi.md +128 -0
- data/docs/ApiLog.md +33 -0
- data/docs/ApiLogListResponse.md +19 -0
- data/docs/ApiLogResponse.md +17 -0
- data/docs/Currency.md +35 -0
- data/docs/CurrencyExchange.md +37 -0
- data/docs/CurrencyExchangeListResponse.md +17 -0
- data/docs/CurrencyInfoApi.md +182 -0
- data/docs/CurrencyListResponse.md +17 -0
- data/docs/CurrencyOpposite.md +37 -0
- data/docs/Debit.md +35 -0
- data/docs/DebitListRequest.md +17 -0
- data/docs/DebitListResponse.md +19 -0
- data/docs/DebitRequest.md +17 -0
- data/docs/DebitRequestWrapper.md +17 -0
- data/docs/DebitResponse.md +17 -0
- data/docs/Document.md +35 -0
- data/docs/DocumentListResponse.md +19 -0
- data/docs/DocumentRequest.md +17 -0
- data/docs/DocumentResponse.md +17 -0
- data/docs/DocumentWebhook.md +21 -0
- data/docs/DocumentsApi.md +199 -0
- data/docs/ErrorStatus.md +19 -0
- data/docs/FieldDescription.md +19 -0
- data/docs/FieldSelectValidation.md +19 -0
- data/docs/FieldValidation.md +21 -0
- data/docs/LogsApi.md +141 -0
- data/docs/Pagination.md +25 -0
- data/docs/PaginationMeta.md +17 -0
- data/docs/PayinMethod.md +25 -0
- data/docs/PayinMethodDetails.md +21 -0
- data/docs/PayinMethodDetailsMobile.md +19 -0
- data/docs/PayinMethodDetailsNGNBank.md +17 -0
- data/docs/PayinMethodRequest.md +17 -0
- data/docs/PaymentMethod.md +27 -0
- data/docs/PaymentMethodListResponse.md +17 -0
- data/docs/PaymentMethodOpposite.md +29 -0
- data/docs/PaymentMethodsApi.md +124 -0
- data/docs/PayoutMethod.md +27 -0
- data/docs/PayoutMethodBankAccountTypeEnum.md +16 -0
- data/docs/PayoutMethodDetails.md +53 -0
- data/docs/PayoutMethodDetailsBalance.md +17 -0
- data/docs/PayoutMethodDetailsGHSBank.md +23 -0
- data/docs/PayoutMethodDetailsIBAN.md +25 -0
- data/docs/PayoutMethodDetailsMADCash.md +37 -0
- data/docs/PayoutMethodDetailsMobile.md +21 -0
- data/docs/PayoutMethodDetailsNGNBank.md +25 -0
- data/docs/PayoutMethodDetailsXOFMobile.md +23 -0
- data/docs/PayoutMethodGenderEnum.md +16 -0
- data/docs/PayoutMethodIdentityCardTypeEnum.md +16 -0
- data/docs/PayoutMethodListResponse.md +19 -0
- data/docs/PayoutMethodMobileProviderEnum.md +16 -0
- data/docs/PayoutMethodRequest.md +17 -0
- data/docs/PayoutMethodResponse.md +17 -0
- data/docs/PayoutMethodWebhook.md +21 -0
- data/docs/PayoutMethodsApi.md +334 -0
- data/docs/Recipient.md +55 -0
- data/docs/RecipientListResponse.md +19 -0
- data/docs/RecipientRequest.md +17 -0
- data/docs/RecipientResponse.md +17 -0
- data/docs/RecipientState.md +16 -0
- data/docs/RecipientWebhook.md +21 -0
- data/docs/RecipientsApi.md +212 -0
- data/docs/Sender.md +67 -0
- data/docs/SenderListResponse.md +19 -0
- data/docs/SenderRequest.md +17 -0
- data/docs/SenderResponse.md +19 -0
- data/docs/SenderResponseExisting.md +17 -0
- data/docs/SenderResponseMeta.md +17 -0
- data/docs/SenderState.md +16 -0
- data/docs/SenderWebhook.md +21 -0
- data/docs/SendersApi.md +330 -0
- data/docs/Transaction.md +47 -0
- data/docs/TransactionListResponse.md +19 -0
- data/docs/TransactionRequest.md +17 -0
- data/docs/TransactionResponse.md +19 -0
- data/docs/TransactionResponseExisting.md +19 -0
- data/docs/TransactionResponseMeta.md +17 -0
- data/docs/TransactionState.md +16 -0
- data/docs/TransactionTraits.md +19 -0
- data/docs/TransactionWebhook.md +21 -0
- data/docs/TransactionsApi.md +450 -0
- data/docs/ValidationErrorDescription.md +17 -0
- data/docs/Webhook.md +21 -0
- data/docs/WebhookDefinition.md +25 -0
- data/docs/WebhookDefinitionEventListResponse.md +17 -0
- data/docs/WebhookDefinitionListResponse.md +19 -0
- data/docs/WebhookDefinitionRequest.md +17 -0
- data/docs/WebhookDefinitionResponse.md +17 -0
- data/docs/WebhookLog.md +27 -0
- data/docs/WebhookLogListResponse.md +19 -0
- data/docs/WebhookLogMetadata.md +35 -0
- data/docs/WebhookLogMetadataRequest.md +21 -0
- data/docs/WebhookLogMetadataResponse.md +21 -0
- data/docs/WebhookLogResponse.md +17 -0
- data/docs/WebhooksApi.md +319 -0
- data/example/client.rb +473 -0
- data/git_push.sh +55 -0
- data/lib/transferzero-sdk.rb +146 -0
- data/lib/transferzero-sdk/api/account_debits_api.rb +187 -0
- data/lib/transferzero-sdk/api/account_validation_api.rb +79 -0
- data/lib/transferzero-sdk/api/accounts_api.rb +135 -0
- data/lib/transferzero-sdk/api/api_logs_api.rb +137 -0
- data/lib/transferzero-sdk/api/currency_info_api.rb +167 -0
- data/lib/transferzero-sdk/api/documents_api.rb +197 -0
- data/lib/transferzero-sdk/api/logs_api.rb +137 -0
- data/lib/transferzero-sdk/api/payment_methods_api.rb +119 -0
- data/lib/transferzero-sdk/api/payout_methods_api.rb +321 -0
- data/lib/transferzero-sdk/api/recipients_api.rb +221 -0
- data/lib/transferzero-sdk/api/senders_api.rb +322 -0
- data/lib/transferzero-sdk/api/transactions_api.rb +428 -0
- data/lib/transferzero-sdk/api/webhooks_api.rb +299 -0
- data/lib/transferzero-sdk/api_client.rb +455 -0
- data/lib/transferzero-sdk/api_error.rb +61 -0
- data/lib/transferzero-sdk/configuration.rb +166 -0
- data/lib/transferzero-sdk/models/account.rb +212 -0
- data/lib/transferzero-sdk/models/account_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/account_meta.rb +202 -0
- data/lib/transferzero-sdk/models/account_response.rb +210 -0
- data/lib/transferzero-sdk/models/account_validation_error.rb +202 -0
- data/lib/transferzero-sdk/models/account_validation_request.rb +325 -0
- data/lib/transferzero-sdk/models/account_validation_response.rb +210 -0
- data/lib/transferzero-sdk/models/account_validation_result.rb +202 -0
- data/lib/transferzero-sdk/models/api_log.rb +287 -0
- data/lib/transferzero-sdk/models/api_log_list_response.rb +213 -0
- data/lib/transferzero-sdk/models/api_log_response.rb +201 -0
- data/lib/transferzero-sdk/models/currency.rb +292 -0
- data/lib/transferzero-sdk/models/currency_exchange.rb +311 -0
- data/lib/transferzero-sdk/models/currency_exchange_list_response.rb +204 -0
- data/lib/transferzero-sdk/models/currency_list_response.rb +204 -0
- data/lib/transferzero-sdk/models/currency_opposite.rb +309 -0
- data/lib/transferzero-sdk/models/debit.rb +309 -0
- data/lib/transferzero-sdk/models/debit_list_request.rb +203 -0
- data/lib/transferzero-sdk/models/debit_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/debit_request.rb +201 -0
- data/lib/transferzero-sdk/models/debit_request_wrapper.rb +227 -0
- data/lib/transferzero-sdk/models/debit_response.rb +201 -0
- data/lib/transferzero-sdk/models/document.rb +335 -0
- data/lib/transferzero-sdk/models/document_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/document_request.rb +201 -0
- data/lib/transferzero-sdk/models/document_response.rb +201 -0
- data/lib/transferzero-sdk/models/document_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/error_status.rb +210 -0
- data/lib/transferzero-sdk/models/field_description.rb +245 -0
- data/lib/transferzero-sdk/models/field_select_validation.rb +212 -0
- data/lib/transferzero-sdk/models/field_validation.rb +221 -0
- data/lib/transferzero-sdk/models/pagination.rb +242 -0
- data/lib/transferzero-sdk/models/pagination_meta.rb +201 -0
- data/lib/transferzero-sdk/models/payin_method.rb +242 -0
- data/lib/transferzero-sdk/models/payin_method_details.rb +257 -0
- data/lib/transferzero-sdk/models/payin_method_details_mobile.rb +218 -0
- data/lib/transferzero-sdk/models/payin_method_details_ngn_bank.rb +208 -0
- data/lib/transferzero-sdk/models/payin_method_request.rb +201 -0
- data/lib/transferzero-sdk/models/payment_method.rb +257 -0
- data/lib/transferzero-sdk/models/payment_method_list_response.rb +203 -0
- data/lib/transferzero-sdk/models/payment_method_opposite.rb +275 -0
- data/lib/transferzero-sdk/models/payout_method.rb +255 -0
- data/lib/transferzero-sdk/models/payout_method_bank_account_type_enum.rb +36 -0
- data/lib/transferzero-sdk/models/payout_method_details.rb +462 -0
- data/lib/transferzero-sdk/models/payout_method_details_balance.rb +202 -0
- data/lib/transferzero-sdk/models/payout_method_details_ghs_bank.rb +249 -0
- data/lib/transferzero-sdk/models/payout_method_details_iban.rb +258 -0
- data/lib/transferzero-sdk/models/payout_method_details_mad_cash.rb +332 -0
- data/lib/transferzero-sdk/models/payout_method_details_mobile.rb +235 -0
- data/lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb +263 -0
- data/lib/transferzero-sdk/models/payout_method_details_xof_mobile.rb +249 -0
- data/lib/transferzero-sdk/models/payout_method_gender_enum.rb +36 -0
- data/lib/transferzero-sdk/models/payout_method_identity_card_type_enum.rb +37 -0
- data/lib/transferzero-sdk/models/payout_method_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/payout_method_mobile_provider_enum.rb +36 -0
- data/lib/transferzero-sdk/models/payout_method_request.rb +201 -0
- data/lib/transferzero-sdk/models/payout_method_response.rb +201 -0
- data/lib/transferzero-sdk/models/payout_method_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/recipient.rb +406 -0
- data/lib/transferzero-sdk/models/recipient_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/recipient_request.rb +201 -0
- data/lib/transferzero-sdk/models/recipient_response.rb +201 -0
- data/lib/transferzero-sdk/models/recipient_state.rb +44 -0
- data/lib/transferzero-sdk/models/recipient_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/sender.rb +529 -0
- data/lib/transferzero-sdk/models/sender_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/sender_request.rb +201 -0
- data/lib/transferzero-sdk/models/sender_response.rb +210 -0
- data/lib/transferzero-sdk/models/sender_response_existing.rb +201 -0
- data/lib/transferzero-sdk/models/sender_response_meta.rb +201 -0
- data/lib/transferzero-sdk/models/sender_state.rb +40 -0
- data/lib/transferzero-sdk/models/sender_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/transaction.rb +370 -0
- data/lib/transferzero-sdk/models/transaction_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/transaction_request.rb +201 -0
- data/lib/transferzero-sdk/models/transaction_response.rb +210 -0
- data/lib/transferzero-sdk/models/transaction_response_existing.rb +210 -0
- data/lib/transferzero-sdk/models/transaction_response_meta.rb +201 -0
- data/lib/transferzero-sdk/models/transaction_state.rb +44 -0
- data/lib/transferzero-sdk/models/transaction_traits.rb +213 -0
- data/lib/transferzero-sdk/models/transaction_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/validation_error_description.rb +203 -0
- data/lib/transferzero-sdk/models/webhook.rb +238 -0
- data/lib/transferzero-sdk/models/webhook_definition.rb +256 -0
- data/lib/transferzero-sdk/models/webhook_definition_event_list_response.rb +203 -0
- data/lib/transferzero-sdk/models/webhook_definition_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/webhook_definition_request.rb +201 -0
- data/lib/transferzero-sdk/models/webhook_definition_response.rb +201 -0
- data/lib/transferzero-sdk/models/webhook_log.rb +249 -0
- data/lib/transferzero-sdk/models/webhook_log_list_response.rb +213 -0
- data/lib/transferzero-sdk/models/webhook_log_metadata.rb +289 -0
- data/lib/transferzero-sdk/models/webhook_log_metadata_request.rb +224 -0
- data/lib/transferzero-sdk/models/webhook_log_metadata_response.rb +225 -0
- data/lib/transferzero-sdk/models/webhook_log_response.rb +201 -0
- data/lib/transferzero-sdk/version.rb +15 -0
- data/spec/api/account_debits_api_spec.rb +72 -0
- data/spec/api/account_validation_api_spec.rb +47 -0
- data/spec/api/accounts_api_spec.rb +58 -0
- data/spec/api/api_logs_api_spec.rb +62 -0
- data/spec/api/currency_info_api_spec.rb +68 -0
- data/spec/api/documents_api_spec.rb +72 -0
- data/spec/api/logs_api_spec.rb +62 -0
- data/spec/api/payment_methods_api_spec.rb +57 -0
- data/spec/api/payout_methods_api_spec.rb +102 -0
- data/spec/api/recipients_api_spec.rb +79 -0
- data/spec/api/senders_api_spec.rb +100 -0
- data/spec/api/transactions_api_spec.rb +122 -0
- data/spec/api/webhooks_api_spec.rb +95 -0
- data/spec/api_client_spec.rb +189 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_list_response_spec.rb +47 -0
- data/spec/models/account_meta_spec.rb +41 -0
- data/spec/models/account_response_spec.rb +47 -0
- data/spec/models/account_spec.rb +47 -0
- data/spec/models/account_validation_error_spec.rb +41 -0
- data/spec/models/account_validation_request_spec.rb +77 -0
- data/spec/models/account_validation_response_spec.rb +47 -0
- data/spec/models/account_validation_result_spec.rb +41 -0
- data/spec/models/api_log_list_response_spec.rb +47 -0
- data/spec/models/api_log_response_spec.rb +41 -0
- data/spec/models/api_log_spec.rb +89 -0
- data/spec/models/currency_exchange_list_response_spec.rb +41 -0
- data/spec/models/currency_exchange_spec.rb +101 -0
- data/spec/models/currency_list_response_spec.rb +41 -0
- data/spec/models/currency_opposite_spec.rb +101 -0
- data/spec/models/currency_spec.rb +95 -0
- data/spec/models/debit_list_request_spec.rb +41 -0
- data/spec/models/debit_list_response_spec.rb +47 -0
- data/spec/models/debit_request_spec.rb +41 -0
- data/spec/models/debit_request_wrapper_spec.rb +41 -0
- data/spec/models/debit_response_spec.rb +41 -0
- data/spec/models/debit_spec.rb +95 -0
- data/spec/models/document_list_response_spec.rb +47 -0
- data/spec/models/document_request_spec.rb +41 -0
- data/spec/models/document_response_spec.rb +41 -0
- data/spec/models/document_spec.rb +99 -0
- data/spec/models/document_webhook_spec.rb +53 -0
- data/spec/models/error_status_spec.rb +47 -0
- data/spec/models/field_description_spec.rb +51 -0
- data/spec/models/field_select_validation_spec.rb +47 -0
- data/spec/models/field_validation_spec.rb +53 -0
- data/spec/models/pagination_meta_spec.rb +41 -0
- data/spec/models/pagination_spec.rb +65 -0
- data/spec/models/payin_method_details_mobile_spec.rb +47 -0
- data/spec/models/payin_method_details_ngn_bank_spec.rb +41 -0
- data/spec/models/payin_method_details_spec.rb +53 -0
- data/spec/models/payin_method_request_spec.rb +41 -0
- data/spec/models/payin_method_spec.rb +65 -0
- data/spec/models/payment_method_list_response_spec.rb +41 -0
- data/spec/models/payment_method_opposite_spec.rb +77 -0
- data/spec/models/payment_method_spec.rb +71 -0
- data/spec/models/payout_method_bank_account_type_enum_spec.rb +35 -0
- data/spec/models/payout_method_details_balance_spec.rb +41 -0
- data/spec/models/payout_method_details_ghs_bank_spec.rb +59 -0
- data/spec/models/payout_method_details_iban_spec.rb +65 -0
- data/spec/models/payout_method_details_mad_cash_spec.rb +101 -0
- data/spec/models/payout_method_details_mobile_spec.rb +53 -0
- data/spec/models/payout_method_details_ngn_bank_spec.rb +65 -0
- data/spec/models/payout_method_details_spec.rb +149 -0
- data/spec/models/payout_method_details_xof_mobile_spec.rb +59 -0
- data/spec/models/payout_method_gender_enum_spec.rb +35 -0
- data/spec/models/payout_method_identity_card_type_enum_spec.rb +35 -0
- data/spec/models/payout_method_list_response_spec.rb +47 -0
- data/spec/models/payout_method_mobile_provider_enum_spec.rb +35 -0
- data/spec/models/payout_method_request_spec.rb +41 -0
- data/spec/models/payout_method_response_spec.rb +41 -0
- data/spec/models/payout_method_spec.rb +71 -0
- data/spec/models/payout_method_webhook_spec.rb +53 -0
- data/spec/models/recipient_list_response_spec.rb +47 -0
- data/spec/models/recipient_request_spec.rb +41 -0
- data/spec/models/recipient_response_spec.rb +41 -0
- data/spec/models/recipient_spec.rb +155 -0
- data/spec/models/recipient_state_spec.rb +35 -0
- data/spec/models/recipient_webhook_spec.rb +53 -0
- data/spec/models/sender_list_response_spec.rb +47 -0
- data/spec/models/sender_request_spec.rb +41 -0
- data/spec/models/sender_response_existing_spec.rb +41 -0
- data/spec/models/sender_response_meta_spec.rb +41 -0
- data/spec/models/sender_response_spec.rb +47 -0
- data/spec/models/sender_spec.rb +195 -0
- data/spec/models/sender_state_spec.rb +35 -0
- data/spec/models/sender_webhook_spec.rb +53 -0
- data/spec/models/transaction_list_response_spec.rb +47 -0
- data/spec/models/transaction_request_spec.rb +41 -0
- data/spec/models/transaction_response_existing_spec.rb +47 -0
- data/spec/models/transaction_response_meta_spec.rb +41 -0
- data/spec/models/transaction_response_spec.rb +47 -0
- data/spec/models/transaction_spec.rb +131 -0
- data/spec/models/transaction_state_spec.rb +35 -0
- data/spec/models/transaction_traits_spec.rb +47 -0
- data/spec/models/transaction_webhook_spec.rb +53 -0
- data/spec/models/validation_error_description_spec.rb +41 -0
- data/spec/models/webhook_definition_event_list_response_spec.rb +41 -0
- data/spec/models/webhook_definition_list_response_spec.rb +47 -0
- data/spec/models/webhook_definition_request_spec.rb +41 -0
- data/spec/models/webhook_definition_response_spec.rb +41 -0
- data/spec/models/webhook_definition_spec.rb +65 -0
- data/spec/models/webhook_log_list_response_spec.rb +47 -0
- data/spec/models/webhook_log_metadata_request_spec.rb +53 -0
- data/spec/models/webhook_log_metadata_response_spec.rb +53 -0
- data/spec/models/webhook_log_metadata_spec.rb +95 -0
- data/spec/models/webhook_log_response_spec.rb +41 -0
- data/spec/models/webhook_log_spec.rb +71 -0
- data/spec/models/webhook_spec.rb +53 -0
- data/spec/spec_helper.rb +111 -0
- data/transferzero-sdk.gemspec +46 -0
- metadata +684 -0
@@ -0,0 +1,529 @@
|
|
1
|
+
=begin
|
2
|
+
#TransferZero API
|
3
|
+
|
4
|
+
#Reference documentation for the TransferZero API V1
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.0.0-beta3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module TransferZero
|
16
|
+
# This contains the details of the sender. The first time a specific sender is used the full details should be provided. Once a sender is created and is used, the next time you MUST only send the ID of the sender. This is so we can match the same sender across multiple transactions for KYC and audit purposes. Personal Sender Example: ```json { \"country\": \"UG\", \"phone_country\": \"UG\", \"phone_number\": \"752403639\", \"email\": \"example@home.org\", \"first_name\": \"Johnny\", \"last_name\": \"English\", \"city\": \"Kampala\", \"street\": \"Unknown 17-3\", \"address_description\": \"Description of address\", \"postal_code\": \"798983\", \"birth_date\": \"1900-12-31\", \"documents\": [ ], \"ip\": \"127.0.0.1\", \"external_id\": \"806ec63a-a5a7-43cc-9d75-1ee74fbcc026\", \"metadata\": { } } ``` Business Sender Example: ```json { \"type\": \"business\", \"country\": \"UG\", \"phone_country\": \"UG\", \"phone_number\": \"752403639\", \"email\": \"example@home.org\", \"name\": \"MyCompany\", \"city\": \"Kampala\", \"street\": \"Unknown 17-3\", \"postal_code\": \"798983\", \"address_description\": \"Description of address\", \"documents\": [ ], \"ip\": \"127.0.0.1\", \"external_id\": \"806ec63a-a5a7-43cc-9d75-1ee74fbcc026\", \"metadata\": { } } ``` [Sender in the API documentation](https://github.com/transferzero/api-documentation/blob/master/transaction-flow.md#sender)
|
17
|
+
class Sender
|
18
|
+
# Type of sender to create - either person or business (defaults to person)
|
19
|
+
attr_accessor :type
|
20
|
+
|
21
|
+
# Country of sender in 2-character alpha ISO 3166-2 country format
|
22
|
+
attr_accessor :country
|
23
|
+
|
24
|
+
# Phone country of sender in 2-character alpha ISO 3166-2 country format
|
25
|
+
attr_accessor :phone_country
|
26
|
+
|
27
|
+
# Phone number of sender (without country callcode)
|
28
|
+
attr_accessor :phone_number
|
29
|
+
|
30
|
+
# Email of sender
|
31
|
+
attr_accessor :email
|
32
|
+
|
33
|
+
# First name of sender (used only with a Personal sender)
|
34
|
+
attr_accessor :first_name
|
35
|
+
|
36
|
+
# Middle name of sender (used only with a Personal sender)
|
37
|
+
attr_accessor :middle_name
|
38
|
+
|
39
|
+
# Last name of sender (used only with a Personal sender)
|
40
|
+
attr_accessor :last_name
|
41
|
+
|
42
|
+
# Occupation of sender (used only with a Personal sender)
|
43
|
+
attr_accessor :occupation
|
44
|
+
|
45
|
+
# The nationality of the sender (used only with a Personal sender)
|
46
|
+
attr_accessor :nationality
|
47
|
+
|
48
|
+
# The onboarding status of the sender
|
49
|
+
attr_accessor :onboarding_status
|
50
|
+
|
51
|
+
# The address of the sender
|
52
|
+
attr_accessor :address
|
53
|
+
|
54
|
+
# Description of the sender
|
55
|
+
attr_accessor :description
|
56
|
+
|
57
|
+
# Name of sender (used only with a Business sender)
|
58
|
+
attr_accessor :name
|
59
|
+
|
60
|
+
# Sender's city
|
61
|
+
attr_accessor :city
|
62
|
+
|
63
|
+
# Sender's street
|
64
|
+
attr_accessor :street
|
65
|
+
|
66
|
+
# Description of address
|
67
|
+
attr_accessor :address_description
|
68
|
+
|
69
|
+
# Zip code of sender
|
70
|
+
attr_accessor :postal_code
|
71
|
+
|
72
|
+
# Date of birth of sender
|
73
|
+
attr_accessor :birth_date
|
74
|
+
|
75
|
+
# IP of sender
|
76
|
+
attr_accessor :ip
|
77
|
+
|
78
|
+
# Needed for KYC checks. Required to approve the sender unless KYC is waived for your account. Please send us an empty list of documents: `\"documents\": [ ]` in the request if KYC has been waived. If the documents already exist, please send the Document ID eg. ```JSON \"documents\": [ { \"id\": \"b6648ba3-1c7b-4f59-8580-684899c84a07\" } ] ```
|
79
|
+
attr_accessor :documents
|
80
|
+
|
81
|
+
# Metadata of sender. You can store any detail specific to your integration here (for example the local ID of the sender on your end). When requesting sender details you will receive the sent metadata back. Also when sending sender related webhooks you will receive the details stored here as well.
|
82
|
+
attr_accessor :metadata
|
83
|
+
|
84
|
+
attr_accessor :state
|
85
|
+
|
86
|
+
attr_accessor :id
|
87
|
+
|
88
|
+
# Optional ID that is supplied by partner linking it to the partner's own Sender ID. Note: if present we will validate whether the sent ID is a duplicate in our system or not.
|
89
|
+
attr_accessor :external_id
|
90
|
+
|
91
|
+
# The fields that have some problems and don't pass validation
|
92
|
+
attr_accessor :errors
|
93
|
+
|
94
|
+
class EnumAttributeValidator
|
95
|
+
attr_reader :datatype
|
96
|
+
attr_reader :allowable_values
|
97
|
+
|
98
|
+
def initialize(datatype, allowable_values)
|
99
|
+
@allowable_values = allowable_values.map do |value|
|
100
|
+
case datatype.to_s
|
101
|
+
when /Integer/i
|
102
|
+
value.to_i
|
103
|
+
when /Float/i
|
104
|
+
value.to_f
|
105
|
+
else
|
106
|
+
value
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
110
|
+
|
111
|
+
def valid?(value)
|
112
|
+
!value || allowable_values.include?(value)
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
117
|
+
def self.attribute_map
|
118
|
+
{
|
119
|
+
:'type' => :'type',
|
120
|
+
:'country' => :'country',
|
121
|
+
:'phone_country' => :'phone_country',
|
122
|
+
:'phone_number' => :'phone_number',
|
123
|
+
:'email' => :'email',
|
124
|
+
:'first_name' => :'first_name',
|
125
|
+
:'middle_name' => :'middle_name',
|
126
|
+
:'last_name' => :'last_name',
|
127
|
+
:'occupation' => :'occupation',
|
128
|
+
:'nationality' => :'nationality',
|
129
|
+
:'onboarding_status' => :'onboarding_status',
|
130
|
+
:'address' => :'address',
|
131
|
+
:'description' => :'description',
|
132
|
+
:'name' => :'name',
|
133
|
+
:'city' => :'city',
|
134
|
+
:'street' => :'street',
|
135
|
+
:'address_description' => :'address_description',
|
136
|
+
:'postal_code' => :'postal_code',
|
137
|
+
:'birth_date' => :'birth_date',
|
138
|
+
:'ip' => :'ip',
|
139
|
+
:'documents' => :'documents',
|
140
|
+
:'metadata' => :'metadata',
|
141
|
+
:'state' => :'state',
|
142
|
+
:'id' => :'id',
|
143
|
+
:'external_id' => :'external_id',
|
144
|
+
:'errors' => :'errors'
|
145
|
+
}
|
146
|
+
end
|
147
|
+
|
148
|
+
# Attribute type mapping.
|
149
|
+
def self.openapi_types
|
150
|
+
{
|
151
|
+
:'type' => :'String',
|
152
|
+
:'country' => :'String',
|
153
|
+
:'phone_country' => :'String',
|
154
|
+
:'phone_number' => :'String',
|
155
|
+
:'email' => :'String',
|
156
|
+
:'first_name' => :'String',
|
157
|
+
:'middle_name' => :'String',
|
158
|
+
:'last_name' => :'String',
|
159
|
+
:'occupation' => :'String',
|
160
|
+
:'nationality' => :'String',
|
161
|
+
:'onboarding_status' => :'String',
|
162
|
+
:'address' => :'String',
|
163
|
+
:'description' => :'String',
|
164
|
+
:'name' => :'String',
|
165
|
+
:'city' => :'String',
|
166
|
+
:'street' => :'String',
|
167
|
+
:'address_description' => :'String',
|
168
|
+
:'postal_code' => :'String',
|
169
|
+
:'birth_date' => :'Date',
|
170
|
+
:'ip' => :'String',
|
171
|
+
:'documents' => :'Array<Document>',
|
172
|
+
:'metadata' => :'Object',
|
173
|
+
:'state' => :'SenderState',
|
174
|
+
:'id' => :'String',
|
175
|
+
:'external_id' => :'String',
|
176
|
+
:'errors' => :'Hash<String, Array<ValidationErrorDescription>>'
|
177
|
+
}
|
178
|
+
end
|
179
|
+
|
180
|
+
# Initializes the object
|
181
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
182
|
+
def initialize(attributes = {})
|
183
|
+
if (!attributes.is_a?(Hash))
|
184
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TransferZero::Sender` initialize method"
|
185
|
+
end
|
186
|
+
|
187
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
188
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
189
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
190
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TransferZero::Sender`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
191
|
+
end
|
192
|
+
h[k.to_sym] = v
|
193
|
+
}
|
194
|
+
|
195
|
+
if attributes.key?(:'type')
|
196
|
+
self.type = attributes[:'type']
|
197
|
+
end
|
198
|
+
|
199
|
+
if attributes.key?(:'country')
|
200
|
+
self.country = attributes[:'country']
|
201
|
+
end
|
202
|
+
|
203
|
+
if attributes.key?(:'phone_country')
|
204
|
+
self.phone_country = attributes[:'phone_country']
|
205
|
+
end
|
206
|
+
|
207
|
+
if attributes.key?(:'phone_number')
|
208
|
+
self.phone_number = attributes[:'phone_number']
|
209
|
+
end
|
210
|
+
|
211
|
+
if attributes.key?(:'email')
|
212
|
+
self.email = attributes[:'email']
|
213
|
+
end
|
214
|
+
|
215
|
+
if attributes.key?(:'first_name')
|
216
|
+
self.first_name = attributes[:'first_name']
|
217
|
+
end
|
218
|
+
|
219
|
+
if attributes.key?(:'middle_name')
|
220
|
+
self.middle_name = attributes[:'middle_name']
|
221
|
+
end
|
222
|
+
|
223
|
+
if attributes.key?(:'last_name')
|
224
|
+
self.last_name = attributes[:'last_name']
|
225
|
+
end
|
226
|
+
|
227
|
+
if attributes.key?(:'occupation')
|
228
|
+
self.occupation = attributes[:'occupation']
|
229
|
+
end
|
230
|
+
|
231
|
+
if attributes.key?(:'nationality')
|
232
|
+
self.nationality = attributes[:'nationality']
|
233
|
+
end
|
234
|
+
|
235
|
+
if attributes.key?(:'onboarding_status')
|
236
|
+
self.onboarding_status = attributes[:'onboarding_status']
|
237
|
+
end
|
238
|
+
|
239
|
+
if attributes.key?(:'address')
|
240
|
+
self.address = attributes[:'address']
|
241
|
+
end
|
242
|
+
|
243
|
+
if attributes.key?(:'description')
|
244
|
+
self.description = attributes[:'description']
|
245
|
+
end
|
246
|
+
|
247
|
+
if attributes.key?(:'name')
|
248
|
+
self.name = attributes[:'name']
|
249
|
+
end
|
250
|
+
|
251
|
+
if attributes.key?(:'city')
|
252
|
+
self.city = attributes[:'city']
|
253
|
+
end
|
254
|
+
|
255
|
+
if attributes.key?(:'street')
|
256
|
+
self.street = attributes[:'street']
|
257
|
+
end
|
258
|
+
|
259
|
+
if attributes.key?(:'address_description')
|
260
|
+
self.address_description = attributes[:'address_description']
|
261
|
+
end
|
262
|
+
|
263
|
+
if attributes.key?(:'postal_code')
|
264
|
+
self.postal_code = attributes[:'postal_code']
|
265
|
+
end
|
266
|
+
|
267
|
+
if attributes.key?(:'birth_date')
|
268
|
+
self.birth_date = attributes[:'birth_date']
|
269
|
+
end
|
270
|
+
|
271
|
+
if attributes.key?(:'ip')
|
272
|
+
self.ip = attributes[:'ip']
|
273
|
+
end
|
274
|
+
|
275
|
+
if attributes.key?(:'documents')
|
276
|
+
if (value = attributes[:'documents']).is_a?(Array)
|
277
|
+
self.documents = value
|
278
|
+
end
|
279
|
+
end
|
280
|
+
|
281
|
+
if attributes.key?(:'metadata')
|
282
|
+
self.metadata = attributes[:'metadata']
|
283
|
+
end
|
284
|
+
|
285
|
+
if attributes.key?(:'state')
|
286
|
+
self.state = attributes[:'state']
|
287
|
+
end
|
288
|
+
|
289
|
+
if attributes.key?(:'id')
|
290
|
+
self.id = attributes[:'id']
|
291
|
+
end
|
292
|
+
|
293
|
+
if attributes.key?(:'external_id')
|
294
|
+
self.external_id = attributes[:'external_id']
|
295
|
+
end
|
296
|
+
|
297
|
+
if attributes.key?(:'errors')
|
298
|
+
if (value = attributes[:'errors']).is_a?(Hash)
|
299
|
+
self.errors = value
|
300
|
+
end
|
301
|
+
end
|
302
|
+
end
|
303
|
+
|
304
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
305
|
+
# @return Array for valid properties with the reasons
|
306
|
+
def list_invalid_properties
|
307
|
+
invalid_properties = Array.new
|
308
|
+
if @country.nil?
|
309
|
+
invalid_properties.push('invalid value for "country", country cannot be nil.')
|
310
|
+
end
|
311
|
+
|
312
|
+
if @phone_country.nil?
|
313
|
+
invalid_properties.push('invalid value for "phone_country", phone_country cannot be nil.')
|
314
|
+
end
|
315
|
+
|
316
|
+
if @email.nil?
|
317
|
+
invalid_properties.push('invalid value for "email", email cannot be nil.')
|
318
|
+
end
|
319
|
+
|
320
|
+
if @city.nil?
|
321
|
+
invalid_properties.push('invalid value for "city", city cannot be nil.')
|
322
|
+
end
|
323
|
+
|
324
|
+
if @street.nil?
|
325
|
+
invalid_properties.push('invalid value for "street", street cannot be nil.')
|
326
|
+
end
|
327
|
+
|
328
|
+
if @postal_code.nil?
|
329
|
+
invalid_properties.push('invalid value for "postal_code", postal_code cannot be nil.')
|
330
|
+
end
|
331
|
+
|
332
|
+
if @ip.nil?
|
333
|
+
invalid_properties.push('invalid value for "ip", ip cannot be nil.')
|
334
|
+
end
|
335
|
+
|
336
|
+
if @documents.nil?
|
337
|
+
invalid_properties.push('invalid value for "documents", documents cannot be nil.')
|
338
|
+
end
|
339
|
+
|
340
|
+
invalid_properties
|
341
|
+
end
|
342
|
+
|
343
|
+
# Check to see if the all the properties in the model are valid
|
344
|
+
# @return true if the model is valid
|
345
|
+
def valid?
|
346
|
+
type_validator = EnumAttributeValidator.new('String', ["person", "business"])
|
347
|
+
return false unless type_validator.valid?(@type)
|
348
|
+
return false if @country.nil?
|
349
|
+
return false if @phone_country.nil?
|
350
|
+
return false if @email.nil?
|
351
|
+
return false if @city.nil?
|
352
|
+
return false if @street.nil?
|
353
|
+
return false if @postal_code.nil?
|
354
|
+
return false if @ip.nil?
|
355
|
+
return false if @documents.nil?
|
356
|
+
true
|
357
|
+
end
|
358
|
+
|
359
|
+
# Custom attribute writer method checking allowed values (enum).
|
360
|
+
# @param [Object] type Object to be assigned
|
361
|
+
def type=(type)
|
362
|
+
validator = EnumAttributeValidator.new('String', ["person", "business"])
|
363
|
+
unless validator.valid?(type)
|
364
|
+
fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
|
365
|
+
end
|
366
|
+
@type = type
|
367
|
+
end
|
368
|
+
|
369
|
+
# Checks equality by comparing each attribute.
|
370
|
+
# @param [Object] Object to be compared
|
371
|
+
def ==(o)
|
372
|
+
return true if self.equal?(o)
|
373
|
+
self.class == o.class &&
|
374
|
+
type == o.type &&
|
375
|
+
country == o.country &&
|
376
|
+
phone_country == o.phone_country &&
|
377
|
+
phone_number == o.phone_number &&
|
378
|
+
email == o.email &&
|
379
|
+
first_name == o.first_name &&
|
380
|
+
middle_name == o.middle_name &&
|
381
|
+
last_name == o.last_name &&
|
382
|
+
occupation == o.occupation &&
|
383
|
+
nationality == o.nationality &&
|
384
|
+
onboarding_status == o.onboarding_status &&
|
385
|
+
address == o.address &&
|
386
|
+
description == o.description &&
|
387
|
+
name == o.name &&
|
388
|
+
city == o.city &&
|
389
|
+
street == o.street &&
|
390
|
+
address_description == o.address_description &&
|
391
|
+
postal_code == o.postal_code &&
|
392
|
+
birth_date == o.birth_date &&
|
393
|
+
ip == o.ip &&
|
394
|
+
documents == o.documents &&
|
395
|
+
metadata == o.metadata &&
|
396
|
+
state == o.state &&
|
397
|
+
id == o.id &&
|
398
|
+
external_id == o.external_id &&
|
399
|
+
errors == o.errors
|
400
|
+
end
|
401
|
+
|
402
|
+
# @see the `==` method
|
403
|
+
# @param [Object] Object to be compared
|
404
|
+
def eql?(o)
|
405
|
+
self == o
|
406
|
+
end
|
407
|
+
|
408
|
+
# Calculates hash code according to all attributes.
|
409
|
+
# @return [Integer] Hash code
|
410
|
+
def hash
|
411
|
+
[type, country, phone_country, phone_number, email, first_name, middle_name, last_name, occupation, nationality, onboarding_status, address, description, name, city, street, address_description, postal_code, birth_date, ip, documents, metadata, state, id, external_id, errors].hash
|
412
|
+
end
|
413
|
+
|
414
|
+
require 'active_support/core_ext/hash'
|
415
|
+
require 'active_support/hash_with_indifferent_access.rb'
|
416
|
+
# Builds the object from hash
|
417
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
418
|
+
# @return [Object] Returns the model itself
|
419
|
+
def build_from_hash(attributes)
|
420
|
+
return nil unless attributes.is_a?(Hash)
|
421
|
+
self.class.openapi_types.each_pair do |key, type|
|
422
|
+
if type =~ /\AArray<(.*)>/i
|
423
|
+
# check to ensure the input is an array given that the the attribute
|
424
|
+
# is documented as an array but the input is not
|
425
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
426
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
427
|
+
end
|
428
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
429
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
430
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
431
|
+
end
|
432
|
+
|
433
|
+
self
|
434
|
+
end
|
435
|
+
|
436
|
+
# Deserializes the data based on type
|
437
|
+
# @param string type Data type
|
438
|
+
# @param string value Value to be deserialized
|
439
|
+
# @return [Object] Deserialized data
|
440
|
+
def _deserialize(type, value)
|
441
|
+
case type.to_sym
|
442
|
+
when :DateTime
|
443
|
+
DateTime.parse(value)
|
444
|
+
when :Date
|
445
|
+
Date.parse(value)
|
446
|
+
when :String
|
447
|
+
value.to_s
|
448
|
+
when :Integer
|
449
|
+
value.to_i
|
450
|
+
when :Float
|
451
|
+
value.to_f
|
452
|
+
when :Boolean
|
453
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
454
|
+
true
|
455
|
+
else
|
456
|
+
false
|
457
|
+
end
|
458
|
+
when :Object
|
459
|
+
# generic object (usually a Hash), return directly
|
460
|
+
value
|
461
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
462
|
+
inner_type = Regexp.last_match[:inner_type]
|
463
|
+
value.map { |v| _deserialize(inner_type, v) }
|
464
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
465
|
+
k_type = Regexp.last_match[:k_type]
|
466
|
+
v_type = Regexp.last_match[:v_type]
|
467
|
+
{}.tap do |hash|
|
468
|
+
value.each do |k, v|
|
469
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
470
|
+
end
|
471
|
+
end
|
472
|
+
else # model
|
473
|
+
temp_model = TransferZero.const_get(type).new
|
474
|
+
temp_model.build_from_hash(value)
|
475
|
+
end
|
476
|
+
end
|
477
|
+
|
478
|
+
# Returns the string representation of the object
|
479
|
+
# @return [String] String presentation of the object
|
480
|
+
def to_s
|
481
|
+
to_hash.to_s
|
482
|
+
end
|
483
|
+
|
484
|
+
# to_body is an alias to to_hash (backward compatibility)
|
485
|
+
# @return [Hash] Returns the object in the form of hash
|
486
|
+
def to_body
|
487
|
+
to_hash
|
488
|
+
end
|
489
|
+
|
490
|
+
# Returns the object in the form of hash
|
491
|
+
# @return [Hash] Returns the object in the form of hash
|
492
|
+
def to_hash
|
493
|
+
hash = {}
|
494
|
+
self.class.attribute_map.each_pair do |attr, param|
|
495
|
+
value = self.send(attr)
|
496
|
+
next if value.nil?
|
497
|
+
hash[param] = _to_hash(value)
|
498
|
+
end
|
499
|
+
::ActiveSupport::HashWithIndifferentAccess.new(hash)
|
500
|
+
end
|
501
|
+
|
502
|
+
def [](key)
|
503
|
+
to_hash[key]
|
504
|
+
end
|
505
|
+
|
506
|
+
def dig(*args)
|
507
|
+
to_hash.dig(*args)
|
508
|
+
end
|
509
|
+
|
510
|
+
# Outputs non-array value in the form of hash
|
511
|
+
# For object, use to_hash. Otherwise, just return the value
|
512
|
+
# @param [Object] value Any valid value
|
513
|
+
# @return [Hash] Returns the value in the form of hash
|
514
|
+
def _to_hash(value)
|
515
|
+
if value.is_a?(Array)
|
516
|
+
value.compact.map { |v| _to_hash(v) }
|
517
|
+
elsif value.is_a?(Hash)
|
518
|
+
{}.tap do |hash|
|
519
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
520
|
+
end
|
521
|
+
elsif value.respond_to? :to_hash
|
522
|
+
value.to_hash
|
523
|
+
else
|
524
|
+
value
|
525
|
+
end
|
526
|
+
end
|
527
|
+
|
528
|
+
end
|
529
|
+
end
|