velopayments 2.29.128.beta1 → 2.35.58
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 +5 -5
- data/Gemfile.lock +72 -0
- data/Makefile +21 -37
- data/README.md +122 -144
- data/docs/AcceptedPaymentV3.md +16 -14
- data/docs/AuthResponse.md +1 -1
- data/docs/{AutoTopUpConfig.md → AutoTopUpConfigV2.md} +2 -2
- data/docs/{AutoTopUpConfig2.md → AutoTopUpConfigV3.md} +2 -2
- data/docs/{Challenge.md → ChallengeV3.md} +2 -2
- data/docs/{Challenge2.md → ChallengeV4.md} +2 -2
- data/docs/{Company2.md → CompanyV3.md} +2 -2
- data/docs/{Company.md → CompanyV4.md} +2 -2
- data/docs/CreateFundingAccountRequestV2.md +4 -4
- data/docs/{CreateIndividual.md → CreateIndividualV3.md} +3 -3
- data/docs/{CreateIndividualName.md → CreateIndividualV3Name.md} +2 -2
- data/docs/{CreateIndividual2.md → CreateIndividualV4.md} +3 -3
- data/docs/{CreatePayeeAddress.md → CreatePayeeAddressV3.md} +2 -2
- data/docs/{PayeeAddress2.md → CreatePayeeAddressV4.md} +3 -3
- data/docs/{CreatePayee.md → CreatePayeeV3.md} +8 -8
- data/docs/CreatePayeeV4.md +34 -0
- data/docs/{CreatePayeesCSVRequest.md → CreatePayeesCSVRequestV3.md} +6 -6
- data/docs/{CreatePayeesCSVRequest2.md → CreatePayeesCSVRequestV4.md} +6 -6
- data/docs/{CreatePayeesCSVResponse.md → CreatePayeesCSVResponseV3.md} +3 -3
- data/docs/{CreatePayeesCSVResponseRejectedCsvRows.md → CreatePayeesCSVResponseV3RejectedCsvRows.md} +2 -2
- data/docs/{CreatePayeesCSVResponse2.md → CreatePayeesCSVResponseV4.md} +3 -3
- data/docs/{CreatePayeesRequest2.md → CreatePayeesRequestV3.md} +3 -3
- data/docs/{CreatePayeesRequest.md → CreatePayeesRequestV4.md} +3 -3
- data/docs/{CreatePaymentChannel.md → CreatePaymentChannelV3.md} +6 -6
- data/docs/{CreatePaymentChannel2.md → CreatePaymentChannelV4.md} +6 -6
- data/docs/{FailedPayee.md → FailedPayeeV3.md} +8 -8
- data/docs/{FailedPayee2.md → FailedPayeeV4.md} +9 -9
- data/docs/{FailedSubmission.md → FailedSubmissionV3.md} +3 -3
- data/docs/{FailedSubmission2.md → FailedSubmissionV4.md} +3 -3
- data/docs/{FundingAccountResponse2.md → FundingAccountResponseV2.md} +4 -4
- data/docs/FundingApi.md +459 -0
- data/docs/FundingAudit.md +3 -3
- data/docs/FundingEvent.md +1 -1
- data/docs/FundingResponse.md +44 -0
- data/docs/FxSummary.md +6 -6
- data/docs/FxSummaryV3.md +4 -4
- data/docs/{GetPayeeListResponseCompany.md → GetPayeeListResponseCompanyV3.md} +2 -2
- data/docs/{GetPayeeListResponseCompany2.md → GetPayeeListResponseCompanyV4.md} +2 -2
- data/docs/GetPayeeListResponseIndividualV3.md +18 -0
- data/docs/GetPayeeListResponseIndividualV4.md +18 -0
- data/docs/{GetPayeeListResponse.md → GetPayeeListResponseV3.md} +8 -8
- data/docs/{GetPayeeListResponse2.md → GetPayeeListResponseV4.md} +9 -9
- data/docs/GetPaymentsForPayoutResponseV3Summary.md +1 -1
- data/docs/GetPaymentsForPayoutResponseV4.md +2 -2
- data/docs/GetPaymentsForPayoutResponseV4Summary.md +2 -2
- data/docs/GetPayoutsResponse.md +2 -2
- data/docs/{Individual.md → IndividualV3.md} +3 -3
- data/docs/{IndividualName.md → IndividualV3Name.md} +2 -2
- data/docs/{Individual2.md → IndividualV4.md} +3 -3
- data/docs/{InstructPayoutRequest.md → InstructPayoutRequestV3.md} +2 -2
- data/docs/{InvitePayeeRequest.md → InvitePayeeRequestV3.md} +2 -2
- data/docs/{InvitePayeeRequest2.md → InvitePayeeRequestV4.md} +2 -2
- data/docs/ListFundingAccountsResponseV2.md +22 -0
- data/docs/{ListSourceAccountResponseLinks.md → ListFundingAccountsResponseV2Links.md} +2 -2
- data/docs/{ListSourceAccountResponsePage.md → ListFundingAccountsResponseV2Page.md} +2 -2
- data/docs/LoginApi.md +1 -1
- data/docs/{Name.md → NameV3.md} +2 -2
- data/docs/{Name2.md → NameV4.md} +2 -2
- data/docs/Notification.md +2 -2
- data/docs/NotificationSource.md +94 -0
- data/docs/{Notifications.md → NotificationsV2.md} +2 -2
- data/docs/{Notifications2.md → NotificationsV3.md} +2 -2
- data/docs/PagedPayeeInvitationStatusResponseV3.md +22 -0
- data/docs/{PagedPayeeInvitationStatusResponsePage.md → PagedPayeeInvitationStatusResponseV3Page.md} +2 -2
- data/docs/PagedPayeeInvitationStatusResponseV4.md +22 -0
- data/docs/PagedPayeeResponseV3.md +24 -0
- data/docs/{PagedPayeeResponseLinks.md → PagedPayeeResponseV3Links.md} +2 -2
- data/docs/{PagedPayeeResponsePage.md → PagedPayeeResponseV3Page.md} +2 -2
- data/docs/{PagedPayeeResponseSummary.md → PagedPayeeResponseV3Summary.md} +2 -2
- data/docs/PagedPayeeResponseV4.md +24 -0
- data/docs/PagedPaymentsResponseV3.md +2 -2
- data/docs/{PayableIssue.md → PayableIssueV3.md} +2 -2
- data/docs/{PayableIssue2.md → PayableIssueV4.md} +2 -2
- data/docs/{CreatePayeeAddress2.md → PayeeAddressV3.md} +3 -3
- data/docs/{PayeeAddress.md → PayeeAddressV4.md} +2 -2
- data/docs/PayeeDeltaResponseV3.md +22 -0
- data/docs/{PayeeDeltaResponseLinks.md → PayeeDeltaResponseV3Links.md} +2 -2
- data/docs/{PayeeDeltaResponsePage.md → PayeeDeltaResponseV3Page.md} +2 -2
- data/docs/PayeeDeltaResponseV4.md +22 -0
- data/docs/{PayeeDeltaResponse2Links.md → PayeeDeltaResponseV4Links.md} +2 -2
- data/docs/{PayeeDelta.md → PayeeDeltaV3.md} +3 -3
- data/docs/{PayeeDelta2.md → PayeeDeltaV4.md} +4 -4
- data/docs/{PayeeDetailResponse2.md → PayeeDetailResponseV3.md} +11 -11
- data/docs/{PayeeDetailResponse.md → PayeeDetailResponseV4.md} +10 -10
- data/docs/PayeeInvitationApi.md +111 -111
- data/docs/{PayeeInvitationStatusResponse.md → PayeeInvitationStatusResponseV3.md} +3 -3
- data/docs/{PayeeInvitationStatusResponse2.md → PayeeInvitationStatusResponseV4.md} +3 -3
- data/docs/PayeePayorRefV3.md +2 -2
- data/docs/{PayeePayorRef.md → PayeePayorRefV4.md} +4 -4
- data/docs/{OfacStatus.md → PayeeTypeEnum.md} +2 -2
- data/docs/PayeesApi.md +62 -62
- data/docs/PaymentAuditServiceApi.md +12 -4
- data/docs/PaymentChannelRule.md +3 -1
- data/docs/PaymentDeltaResponse.md +2 -2
- data/docs/PaymentDeltaResponseV1.md +2 -2
- data/docs/PaymentEventResponse.md +12 -6
- data/docs/PaymentEventResponseV3.md +3 -3
- data/docs/PaymentInstructionV3.md +3 -3
- data/docs/PaymentResponseV3.md +6 -4
- data/docs/PaymentResponseV4.md +13 -7
- data/docs/PaymentV3.md +23 -21
- data/docs/PayorBrandingResponse.md +3 -3
- data/docs/PayorCreateApiKeyRequest.md +2 -2
- data/docs/PayorHierarchyApi.md +83 -0
- data/docs/PayorLinksResponseLinks.md +1 -1
- data/docs/PayorLinksResponsePayors.md +1 -1
- data/docs/PayorV1.md +2 -2
- data/docs/PayorV2.md +9 -5
- data/docs/PayorsApi.md +41 -117
- data/docs/PayoutSchedule.md +2 -2
- data/docs/{PayoutSchedule2.md → PayoutScheduleV3.md} +4 -4
- data/docs/PayoutSummaryAudit.md +2 -2
- data/docs/PayoutSummaryAuditV3.md +1 -1
- data/docs/PayoutSummaryResponseV3.md +10 -10
- data/docs/{PayoutServiceApi.md → PayoutsApi.md} +42 -42
- data/docs/PostInstructFxInfo.md +24 -0
- data/docs/{QueryBatchResponse.md → QueryBatchResponseV3.md} +4 -4
- data/docs/{QueryBatchResponse2.md → QueryBatchResponseV4.md} +4 -4
- data/docs/QuoteFxSummaryV3.md +15 -15
- data/docs/RejectedPaymentV3.md +16 -16
- data/docs/{SchedulePayoutRequest.md → SchedulePayoutRequestV3.md} +2 -2
- data/docs/SetNotificationsRequest2.md +18 -0
- data/docs/SourceAccountResponseV2.md +2 -2
- data/docs/SourceAccountResponseV3.md +4 -4
- data/docs/SourceAccountSummary.md +2 -2
- data/docs/SourceAccountSummaryV3.md +1 -1
- data/docs/SourceAccountV3.md +5 -5
- data/docs/SourceAccountsApi.md +603 -0
- data/docs/{TransferRequest.md → TransferRequestV2.md} +2 -2
- data/docs/{TransferRequest2.md → TransferRequestV3.md} +3 -3
- data/docs/{UpdatePayeeDetailsRequest.md → UpdatePayeeDetailsRequestV3.md} +7 -7
- data/docs/{UpdatePayeeDetailsRequest2.md → UpdatePayeeDetailsRequestV4.md} +7 -7
- data/docs/{UpdateRemoteIdRequest.md → UpdateRemoteIdRequestV3.md} +2 -2
- data/docs/{UpdateRemoteIdRequest2.md → UpdateRemoteIdRequestV4.md} +2 -2
- data/docs/WebhooksResponse.md +2 -2
- data/lib/velopayments/api/countries_api.rb +2 -2
- data/lib/velopayments/api/currencies_api.rb +2 -2
- data/lib/velopayments/api/funding_api.rb +481 -0
- data/lib/velopayments/api/funding_manager_private_api.rb +2 -2
- data/lib/velopayments/api/login_api.rb +5 -5
- data/lib/velopayments/api/payee_invitation_api.rb +112 -112
- data/lib/velopayments/api/payees_api.rb +80 -80
- data/lib/velopayments/api/payment_audit_service_api.rb +34 -18
- data/lib/velopayments/api/payment_audit_service_deprecated_api.rb +12 -12
- data/{spec/models/create_webhook_request_spec.rb → lib/velopayments/api/payor_hierarchy_api.rb} +67 -37
- data/lib/velopayments/api/payors_api.rb +41 -107
- data/lib/velopayments/api/payors_private_api.rb +2 -2
- data/lib/velopayments/api/{payout_service_api.rb → payouts_api.rb} +52 -52
- data/lib/velopayments/api/source_accounts_api.rb +632 -0
- data/lib/velopayments/api/tokens_api.rb +2 -2
- data/lib/velopayments/api/users_api.rb +5 -5
- data/lib/velopayments/api/webhooks_api.rb +4 -4
- data/lib/velopayments/api_client.rb +5 -3
- data/lib/velopayments/api_error.rb +3 -2
- data/lib/velopayments/configuration.rb +31 -12
- data/lib/velopayments/models/accepted_payment_v3.rb +193 -23
- data/lib/velopayments/models/access_token_response.rb +15 -19
- data/lib/velopayments/models/access_token_validation_request.rb +17 -19
- data/lib/velopayments/models/auth_response.rb +19 -19
- data/lib/velopayments/models/{auto_top_up_config.rb → auto_top_up_config_v2.rb} +20 -22
- data/lib/velopayments/models/{auto_top_up_config2.rb → auto_top_up_config_v3.rb} +20 -22
- data/lib/velopayments/models/category.rb +8 -5
- data/lib/velopayments/models/{challenge.rb → challenge_v3.rb} +22 -22
- data/lib/velopayments/models/{challenge2.rb → challenge_v4.rb} +22 -22
- data/lib/velopayments/models/{company.rb → company_v3.rb} +20 -22
- data/lib/velopayments/models/{company2.rb → company_v4.rb} +20 -22
- data/lib/velopayments/models/create_funding_account_request_v2.rb +55 -37
- data/lib/velopayments/models/{create_individual.rb → create_individual_v3.rb} +29 -25
- data/lib/velopayments/models/{individual_name.rb → create_individual_v3_name.rb} +34 -26
- data/lib/velopayments/models/{create_individual2.rb → create_individual_v4.rb} +29 -25
- data/lib/velopayments/models/{create_payee_address2.rb → create_payee_address_v3.rb} +37 -51
- data/lib/velopayments/models/{create_payee_address.rb → create_payee_address_v4.rb} +49 -52
- data/lib/velopayments/models/{create_payee.rb → create_payee_v3.rb} +33 -28
- data/lib/velopayments/models/{create_payee2.rb → create_payee_v4.rb} +55 -50
- data/lib/velopayments/models/{create_payees_csv_request.rb → create_payees_csv_request_v3.rb} +209 -81
- data/lib/velopayments/models/{create_payees_csv_request2.rb → create_payees_csv_request_v4.rb} +209 -81
- data/lib/velopayments/models/{create_payees_csv_response.rb → create_payees_csv_response_v3.rb} +19 -23
- data/lib/velopayments/models/{create_payees_csv_response_rejected_csv_rows.rb → create_payees_csv_response_v3_rejected_csv_rows.rb} +18 -22
- data/lib/velopayments/models/{create_payees_csv_response2.rb → create_payees_csv_response_v4.rb} +19 -23
- data/lib/velopayments/models/{create_payees_request.rb → create_payees_request_v3.rb} +23 -23
- data/lib/velopayments/models/{create_payees_request2.rb → create_payees_request_v4.rb} +23 -23
- data/lib/velopayments/models/{create_payment_channel.rb → create_payment_channel_v3.rb} +104 -67
- data/lib/velopayments/models/{create_payment_channel2.rb → create_payment_channel_v4.rb} +104 -67
- data/lib/velopayments/models/create_payor_link_request.rb +21 -19
- data/lib/velopayments/models/create_payout_request_v3.rb +22 -20
- data/lib/velopayments/models/create_webhook_request.rb +28 -22
- data/lib/velopayments/models/debit_event.rb +23 -19
- data/lib/velopayments/models/debit_event_all_of.rb +17 -19
- data/lib/velopayments/models/debit_status_changed.rb +25 -19
- data/lib/velopayments/models/debit_status_changed_all_of.rb +17 -19
- data/lib/velopayments/models/error.rb +15 -19
- data/lib/velopayments/models/error_data.rb +15 -19
- data/lib/velopayments/models/error_response.rb +20 -20
- data/lib/velopayments/models/{failed_payee.rb → failed_payee_v3.rb} +25 -28
- data/lib/velopayments/models/{failed_payee2.rb → failed_payee_v4.rb} +26 -29
- data/lib/velopayments/models/{failed_submission.rb → failed_submission_v3.rb} +19 -23
- data/lib/velopayments/models/{failed_submission2.rb → failed_submission_v4.rb} +19 -23
- data/lib/velopayments/models/{funding_account_response2.rb → funding_account_response_v2.rb} +43 -28
- data/lib/velopayments/models/funding_audit.rb +18 -77
- data/lib/velopayments/models/funding_event.rb +17 -20
- data/lib/velopayments/models/funding_payor_status_audit_response.rb +22 -22
- data/lib/velopayments/models/funding_request_v2.rb +17 -19
- data/lib/velopayments/models/funding_request_v3.rb +19 -19
- data/lib/velopayments/models/{source_account_response.rb → funding_response.rb} +178 -138
- data/lib/velopayments/models/fx_summary.rb +87 -61
- data/lib/velopayments/models/fx_summary_v3.rb +87 -61
- data/lib/velopayments/models/get_fundings_response.rb +15 -19
- data/lib/velopayments/models/get_fundings_response_links.rb +15 -19
- data/lib/velopayments/models/{get_payee_list_response_company.rb → get_payee_list_response_company_v3.rb} +24 -24
- data/lib/velopayments/models/{get_payee_list_response_company2.rb → get_payee_list_response_company_v4.rb} +24 -24
- data/lib/velopayments/models/{get_payee_list_response_individual.rb → get_payee_list_response_individual_v3.rb} +19 -23
- data/lib/velopayments/models/{get_payee_list_response_individual2.rb → get_payee_list_response_individual_v4.rb} +19 -23
- data/lib/velopayments/models/{get_payee_list_response.rb → get_payee_list_response_v3.rb} +66 -27
- data/lib/velopayments/models/{get_payee_list_response2.rb → get_payee_list_response_v4.rb} +67 -28
- data/lib/velopayments/models/get_payments_for_payout_response_v3.rb +15 -19
- data/lib/velopayments/models/get_payments_for_payout_response_v3_page.rb +15 -19
- data/lib/velopayments/models/get_payments_for_payout_response_v3_summary.rb +16 -54
- data/lib/velopayments/models/get_payments_for_payout_response_v4.rb +17 -21
- data/lib/velopayments/models/get_payments_for_payout_response_v4_summary.rb +19 -21
- data/lib/velopayments/models/get_payout_statistics.rb +19 -19
- data/lib/velopayments/models/get_payouts_response.rb +17 -21
- data/lib/velopayments/models/get_payouts_response_v3.rb +15 -19
- data/lib/velopayments/models/get_payouts_response_v3_links.rb +15 -19
- data/lib/velopayments/models/get_payouts_response_v3_page.rb +15 -19
- data/lib/velopayments/models/{individual.rb → individual_v3.rb} +29 -25
- data/lib/velopayments/models/{create_individual_name.rb → individual_v3_name.rb} +34 -26
- data/lib/velopayments/models/{individual2.rb → individual_v4.rb} +29 -25
- data/lib/velopayments/models/inline_response400.rb +15 -19
- data/lib/velopayments/models/inline_response401.rb +15 -19
- data/lib/velopayments/models/inline_response403.rb +15 -19
- data/lib/velopayments/models/inline_response404.rb +15 -19
- data/lib/velopayments/models/inline_response409.rb +15 -19
- data/lib/velopayments/models/inline_response412.rb +15 -19
- data/lib/velopayments/models/{instruct_payout_request.rb → instruct_payout_request_v3.rb} +18 -22
- data/lib/velopayments/models/{invite_payee_request.rb → invite_payee_request_v3.rb} +20 -22
- data/lib/velopayments/models/{invite_payee_request2.rb → invite_payee_request_v4.rb} +20 -22
- data/lib/velopayments/models/invite_user_request.rb +37 -23
- data/lib/velopayments/models/link_for_response.rb +15 -19
- data/lib/velopayments/models/{list_funding_accounts_response2.rb → list_funding_accounts_response_v2.rb} +21 -25
- data/lib/velopayments/models/{payee_delta_response_links.rb → list_funding_accounts_response_v2_links.rb} +18 -22
- data/lib/velopayments/models/{paged_payee_response_page.rb → list_funding_accounts_response_v2_page.rb} +18 -22
- data/lib/velopayments/models/list_payments_response_v3.rb +15 -19
- data/lib/velopayments/models/list_payments_response_v3_page.rb +15 -19
- data/lib/velopayments/models/list_payments_response_v4.rb +15 -19
- data/lib/velopayments/models/list_source_account_response_v2.rb +15 -19
- data/lib/velopayments/models/list_source_account_response_v2_links.rb +15 -19
- data/lib/velopayments/models/list_source_account_response_v3.rb +15 -19
- data/lib/velopayments/models/list_source_account_response_v3_links.rb +15 -19
- data/lib/velopayments/models/localisation_details.rb +15 -19
- data/lib/velopayments/models/mfa_details.rb +37 -19
- data/lib/velopayments/models/mfa_type.rb +8 -5
- data/lib/velopayments/models/{name.rb → name_v3.rb} +42 -30
- data/lib/velopayments/models/{name2.rb → name_v4.rb} +42 -30
- data/lib/velopayments/models/notification.rb +24 -22
- data/lib/velopayments/models/{invitation_status2.rb → notification_source.rb} +48 -20
- data/lib/velopayments/models/{notifications.rb → notifications_v2.rb} +18 -22
- data/lib/velopayments/models/{notifications2.rb → notifications_v3.rb} +18 -22
- data/lib/velopayments/models/onboarding_status_changed.rb +23 -19
- data/lib/velopayments/models/page_for_response.rb +15 -19
- data/lib/velopayments/models/page_resource_funding_payor_status_audit_response_funding_payor_status_audit_response.rb +15 -19
- data/lib/velopayments/models/{paged_payee_invitation_status_response.rb → paged_payee_invitation_status_response_v3.rb} +21 -25
- data/lib/velopayments/models/{paged_payee_invitation_status_response_page.rb → paged_payee_invitation_status_response_v3_page.rb} +18 -22
- data/lib/velopayments/models/{paged_payee_invitation_status_response2.rb → paged_payee_invitation_status_response_v4.rb} +21 -25
- data/lib/velopayments/models/{paged_payee_response.rb → paged_payee_response_v3.rb} +22 -26
- data/lib/velopayments/models/{paged_payee_response_links.rb → paged_payee_response_v3_links.rb} +18 -22
- data/lib/velopayments/models/{payee_delta_response_page.rb → paged_payee_response_v3_page.rb} +18 -22
- data/lib/velopayments/models/{paged_payee_response_summary.rb → paged_payee_response_v3_summary.rb} +18 -22
- data/lib/velopayments/models/{paged_payee_response2.rb → paged_payee_response_v4.rb} +22 -26
- data/lib/velopayments/models/paged_payments_response_v3.rb +17 -21
- data/lib/velopayments/models/paged_user_response.rb +15 -19
- data/lib/velopayments/models/paged_user_response_links.rb +15 -19
- data/lib/velopayments/models/paged_user_response_page.rb +15 -19
- data/lib/velopayments/models/password_request.rb +17 -19
- data/lib/velopayments/models/{payable_issue.rb → payable_issue_v3.rb} +22 -22
- data/lib/velopayments/models/{payable_issue2.rb → payable_issue_v4.rb} +22 -22
- data/lib/velopayments/models/payable_status_changed.rb +23 -19
- data/lib/velopayments/models/{payee_address2.rb → payee_address_v3.rb} +41 -27
- data/lib/velopayments/models/{payee_address.rb → payee_address_v4.rb} +24 -22
- data/lib/velopayments/models/{payee_delta_response.rb → payee_delta_response_v3.rb} +21 -25
- data/lib/velopayments/models/{payee_delta_response2_links.rb → payee_delta_response_v3_links.rb} +18 -22
- data/lib/velopayments/models/{list_source_account_response_page.rb → payee_delta_response_v3_page.rb} +18 -22
- data/lib/velopayments/models/{payee_delta_response2.rb → payee_delta_response_v4.rb} +21 -25
- data/lib/velopayments/models/{list_source_account_response_links.rb → payee_delta_response_v4_links.rb} +18 -22
- data/lib/velopayments/models/{payee_delta.rb → payee_delta_v3.rb} +24 -23
- data/lib/velopayments/models/{payee_delta2.rb → payee_delta_v4.rb} +64 -23
- data/lib/velopayments/models/{payee_detail_response2.rb → payee_detail_response_v3.rb} +69 -30
- data/lib/velopayments/models/{payee_detail_response.rb → payee_detail_response_v4.rb} +29 -30
- data/lib/velopayments/models/payee_details_changed.rb +23 -19
- data/lib/velopayments/models/payee_event.rb +23 -19
- data/lib/velopayments/models/payee_event_all_of.rb +17 -19
- data/lib/velopayments/models/payee_event_all_of_reasons.rb +19 -19
- data/lib/velopayments/models/{payee_invitation_status_response.rb → payee_invitation_status_response_v3.rb} +23 -56
- data/lib/velopayments/models/{payee_invitation_status_response2.rb → payee_invitation_status_response_v4.rb} +23 -56
- data/lib/velopayments/models/payee_payor_ref_v3.rb +17 -21
- data/lib/velopayments/models/{payee_payor_ref.rb → payee_payor_ref_v4.rb} +20 -24
- data/lib/velopayments/models/payee_type.rb +8 -5
- data/lib/velopayments/models/{payee_type2.rb → payee_type_enum.rb} +9 -6
- data/lib/velopayments/models/payee_user_self_update_request.rb +15 -19
- data/lib/velopayments/models/payment_channel_country.rb +19 -19
- data/lib/velopayments/models/payment_channel_rule.rb +37 -23
- data/lib/velopayments/models/payment_channel_rules_response.rb +15 -19
- data/lib/velopayments/models/payment_delta.rb +19 -19
- data/lib/velopayments/models/payment_delta_response.rb +17 -21
- data/lib/velopayments/models/payment_delta_response_v1.rb +17 -21
- data/lib/velopayments/models/payment_delta_v1.rb +19 -19
- data/lib/velopayments/models/payment_event.rb +23 -19
- data/lib/velopayments/models/payment_event_all_of.rb +17 -19
- data/lib/velopayments/models/payment_event_response.rb +109 -55
- data/lib/velopayments/models/payment_event_response_v3.rb +79 -53
- data/lib/velopayments/models/payment_instruction_v3.rb +84 -29
- data/lib/velopayments/models/payment_rejected_or_returned.rb +29 -19
- data/lib/velopayments/models/payment_rejected_or_returned_all_of.rb +19 -19
- data/lib/velopayments/models/payment_response_v3.rb +101 -63
- data/lib/velopayments/models/payment_response_v4.rb +121 -64
- data/lib/velopayments/models/payment_response_v4_payout.rb +15 -19
- data/lib/velopayments/models/payment_status_changed.rb +25 -19
- data/lib/velopayments/models/payment_status_changed_all_of.rb +17 -19
- data/lib/velopayments/models/payment_v3.rb +158 -56
- data/lib/velopayments/models/payor_address.rb +21 -19
- data/lib/velopayments/models/payor_address_v2.rb +21 -19
- data/lib/velopayments/models/payor_aml_transaction.rb +15 -19
- data/lib/velopayments/models/payor_aml_transaction_v3.rb +15 -19
- data/lib/velopayments/models/payor_branding_response.rb +20 -20
- data/lib/velopayments/models/payor_create_api_key_request.rb +23 -23
- data/lib/velopayments/models/payor_create_api_key_response.rb +15 -19
- data/lib/velopayments/models/payor_create_application_request.rb +17 -19
- data/lib/velopayments/models/payor_email_opt_out_request.rb +17 -19
- data/lib/velopayments/models/payor_links_response.rb +15 -19
- data/lib/velopayments/models/payor_links_response_links.rb +24 -53
- data/lib/velopayments/models/payor_links_response_payors.rb +20 -53
- data/lib/velopayments/models/payor_v1.rb +19 -54
- data/lib/velopayments/models/payor_v2.rb +45 -58
- data/lib/velopayments/models/payout_company_v3.rb +17 -19
- data/lib/velopayments/models/payout_individual_v3.rb +17 -19
- data/lib/velopayments/models/payout_name_v3.rb +19 -19
- data/lib/velopayments/models/payout_payee_v3.rb +17 -19
- data/lib/velopayments/models/payout_payor.rb +25 -19
- data/lib/velopayments/models/payout_payor_ids.rb +21 -19
- data/lib/velopayments/models/payout_principal.rb +19 -19
- data/lib/velopayments/models/payout_schedule.rb +27 -20
- data/lib/velopayments/models/{payout_schedule2.rb → payout_schedule_v3.rb} +30 -23
- data/lib/velopayments/models/payout_summary_audit.rb +27 -21
- data/lib/velopayments/models/payout_summary_audit_v3.rb +23 -20
- data/lib/velopayments/models/payout_summary_response_v3.rb +32 -20
- data/lib/velopayments/models/ping.rb +21 -19
- data/lib/velopayments/models/ping_response.rb +15 -19
- data/lib/velopayments/models/post_instruct_fx_info.rb +267 -0
- data/lib/velopayments/models/{query_batch_response.rb → query_batch_response_v3.rb} +20 -58
- data/lib/velopayments/models/{query_batch_response2.rb → query_batch_response_v4.rb} +20 -58
- data/lib/velopayments/models/quote_fx_summary_v3.rb +42 -65
- data/lib/velopayments/models/quote_response_v3.rb +15 -19
- data/lib/velopayments/models/region_v2.rb +15 -19
- data/lib/velopayments/models/register_sms_request.rb +17 -19
- data/lib/velopayments/models/rejected_payment_v3.rb +121 -19
- data/lib/velopayments/models/resend_token_request.rb +17 -19
- data/lib/velopayments/models/reset_password_request.rb +17 -19
- data/lib/velopayments/models/role.rb +17 -19
- data/lib/velopayments/models/role_update_request.rb +17 -19
- data/lib/velopayments/models/{schedule_payout_request.rb → schedule_payout_request_v3.rb} +22 -22
- data/lib/velopayments/models/self_mfa_type_unregister_request.rb +17 -19
- data/lib/velopayments/models/self_update_password_request.rb +19 -19
- data/lib/velopayments/models/set_notifications_request.rb +17 -19
- data/lib/velopayments/models/{funding_request_v1.rb → set_notifications_request2.rb} +46 -48
- data/lib/velopayments/models/source_account_response_v2.rb +44 -50
- data/lib/velopayments/models/source_account_response_v3.rb +66 -53
- data/lib/velopayments/models/source_account_summary.rb +49 -20
- data/lib/velopayments/models/source_account_summary_v3.rb +49 -20
- data/lib/velopayments/models/source_account_v3.rb +26 -19
- data/lib/velopayments/models/source_event.rb +21 -19
- data/lib/velopayments/models/supported_countries_response.rb +15 -19
- data/lib/velopayments/models/supported_countries_response_v2.rb +15 -19
- data/lib/velopayments/models/supported_country.rb +22 -22
- data/lib/velopayments/models/supported_country_v2.rb +22 -22
- data/lib/velopayments/models/supported_currency_response_v2.rb +15 -19
- data/lib/velopayments/models/supported_currency_v2.rb +22 -22
- data/lib/velopayments/models/{transfer_request2.rb → transfer_request_v2.rb} +24 -22
- data/lib/velopayments/models/{transfer_request.rb → transfer_request_v3.rb} +36 -22
- data/lib/velopayments/models/transmission_types.rb +21 -19
- data/lib/velopayments/models/transmission_types2.rb +21 -19
- data/lib/velopayments/models/unregister_mfa_request.rb +17 -19
- data/lib/velopayments/models/{update_payee_details_request.rb → update_payee_details_request_v3.rb} +45 -27
- data/lib/velopayments/models/{update_payee_details_request2.rb → update_payee_details_request_v4.rb} +50 -28
- data/lib/velopayments/models/{update_remote_id_request2.rb → update_remote_id_request_v3.rb} +22 -22
- data/lib/velopayments/models/{update_remote_id_request.rb → update_remote_id_request_v4.rb} +22 -22
- data/lib/velopayments/models/update_webhook_request.rb +21 -21
- data/lib/velopayments/models/user_details_update_request.rb +37 -19
- data/lib/velopayments/models/user_info.rb +37 -19
- data/lib/velopayments/models/user_response.rb +53 -29
- data/lib/velopayments/models/user_status.rb +8 -5
- data/lib/velopayments/models/user_type.rb +8 -5
- data/lib/velopayments/models/user_type2.rb +8 -5
- data/lib/velopayments/models/validate_password_response.rb +21 -21
- data/lib/velopayments/models/webhook_response.rb +15 -19
- data/lib/velopayments/models/webhooks_response.rb +17 -21
- data/lib/velopayments/models/withdraw_payment_request.rb +17 -19
- data/lib/velopayments/version.rb +3 -3
- data/lib/velopayments.rb +91 -111
- data/oa3-config.json +1 -1
- data/spec/api/countries_api_spec.rb +41 -6
- data/spec/api/currencies_api_spec.rb +5 -3
- data/spec/api/funding_api_spec.rb +169 -0
- data/spec/api/funding_manager_private_api_spec.rb +4 -4
- data/spec/api/login_api_spec.rb +11 -11
- data/spec/api/payee_invitation_api_spec.rb +74 -38
- data/spec/api/payees_api_spec.rb +76 -42
- data/spec/api/payment_audit_service_api_spec.rb +90 -17
- data/spec/api/payment_audit_service_deprecated_api_spec.rb +10 -10
- data/spec/{models/get_fundings_response_links_spec.rb → api/payor_hierarchy_api_spec.rb} +24 -15
- data/spec/api/payors_api_spec.rb +47 -35
- data/spec/api/payors_private_api_spec.rb +3 -3
- data/spec/api/{payout_service_api_spec.rb → payouts_api_spec.rb} +20 -20
- data/spec/api/{funding_manager_api_spec.rb → source_accounts_api_spec.rb} +81 -162
- data/spec/api/tokens_api_spec.rb +3 -3
- data/spec/api/users_api_spec.rb +45 -19
- data/spec/api/webhooks_api_spec.rb +7 -7
- data/spec/api_client_spec.rb +4 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/specs/api/countries_api_spec.rb +19 -19
- data/specs/api/currencies_api_spec.rb +2 -2
- data/specs/api/funding_api_spec.rb +169 -0
- data/specs/api/funding_manager_private_api_spec.rb +16 -4
- data/specs/api/login_api_spec.rb +8 -7
- data/specs/api/payee_invitation_api_spec.rb +55 -39
- data/specs/api/payees_api_spec.rb +107 -45
- data/specs/api/payment_audit_service_api_spec.rb +29 -85
- data/specs/api/payment_audit_service_deprecated_api_spec.rb +10 -10
- data/{spec/models/company2_spec.rb → specs/api/payor_hierarchy_api_spec.rb} +23 -20
- data/specs/api/payors_api_spec.rb +27 -48
- data/specs/api/payors_private_api_spec.rb +4 -4
- data/specs/api/{payout_service_api_spec.rb → payouts_api_spec.rb} +51 -24
- data/specs/api/{funding_manager_api_spec.rb → source_accounts_api_spec.rb} +36 -208
- data/specs/api/tokens_api_spec.rb +4 -4
- data/specs/api/users_api_spec.rb +38 -47
- data/specs/api/webhooks_api_spec.rb +7 -7
- data/velopayments.gemspec +3 -3
- metadata +208 -766
- data/docs/CreatePayee2.md +0 -38
- data/docs/FundingAccountResponse.md +0 -36
- data/docs/FundingAccountType.md +0 -15
- data/docs/FundingEventType.md +0 -15
- data/docs/FundingManagerApi.md +0 -1291
- data/docs/FundingRequestV1.md +0 -18
- data/docs/GetPayeeListResponseIndividual.md +0 -18
- data/docs/GetPayeeListResponseIndividual2.md +0 -18
- data/docs/InvitationStatus.md +0 -15
- data/docs/InvitationStatus2.md +0 -15
- data/docs/KycState.md +0 -15
- data/docs/ListFundingAccountsResponse.md +0 -22
- data/docs/ListFundingAccountsResponse2.md +0 -22
- data/docs/ListSourceAccountResponse.md +0 -22
- data/docs/OnboardedStatus.md +0 -15
- data/docs/OnboardedStatus2.md +0 -15
- data/docs/PagedPayeeInvitationStatusResponse.md +0 -22
- data/docs/PagedPayeeInvitationStatusResponse2.md +0 -22
- data/docs/PagedPayeeResponse.md +0 -24
- data/docs/PagedPayeeResponse2.md +0 -24
- data/docs/PayeeDeltaResponse.md +0 -22
- data/docs/PayeeDeltaResponse2.md +0 -22
- data/docs/PayeeType2.md +0 -15
- data/docs/PaymentAuditCurrency.md +0 -15
- data/docs/PaymentAuditCurrencyV3.md +0 -15
- data/docs/PaymentRails.md +0 -15
- data/docs/PayorLogoRequest.md +0 -18
- data/docs/PayoutStatus.md +0 -15
- data/docs/PayoutStatusV3.md +0 -15
- data/docs/PayoutType.md +0 -15
- data/docs/ScheduleStatus.md +0 -15
- data/docs/ScheduleStatus2.md +0 -15
- data/docs/SourceAccountResponse.md +0 -44
- data/docs/SourceAccountType.md +0 -15
- data/docs/TransmissionType.md +0 -15
- data/docs/WatchlistStatus.md +0 -15
- data/docs/WatchlistStatus2.md +0 -15
- data/lib/velopayments/api/funding_manager_api.rb +0 -1330
- data/lib/velopayments/models/funding_account_response.rb +0 -357
- data/lib/velopayments/models/funding_account_type.rb +0 -37
- data/lib/velopayments/models/funding_event_type.rb +0 -42
- data/lib/velopayments/models/invitation_status.rb +0 -38
- data/lib/velopayments/models/kyc_state.rb +0 -38
- data/lib/velopayments/models/list_funding_accounts_response.rb +0 -241
- data/lib/velopayments/models/list_source_account_response.rb +0 -241
- data/lib/velopayments/models/ofac_status.rb +0 -38
- data/lib/velopayments/models/onboarded_status.rb +0 -39
- data/lib/velopayments/models/onboarded_status2.rb +0 -39
- data/lib/velopayments/models/payment_audit_currency.rb +0 -38
- data/lib/velopayments/models/payment_audit_currency_v3.rb +0 -38
- data/lib/velopayments/models/payment_rails.rb +0 -37
- data/lib/velopayments/models/payor_logo_request.rb +0 -218
- data/lib/velopayments/models/payout_status.rb +0 -44
- data/lib/velopayments/models/payout_status_v3.rb +0 -44
- data/lib/velopayments/models/payout_type.rb +0 -38
- data/lib/velopayments/models/schedule_status.rb +0 -38
- data/lib/velopayments/models/schedule_status2.rb +0 -38
- data/lib/velopayments/models/source_account_type.rb +0 -37
- data/lib/velopayments/models/transmission_type.rb +0 -38
- data/lib/velopayments/models/watchlist_status.rb +0 -40
- data/lib/velopayments/models/watchlist_status2.rb +0 -40
- data/spec/models/accepted_payment_v3_spec.rb +0 -76
- data/spec/models/access_token_response_spec.rb +0 -70
- data/spec/models/access_token_validation_request_spec.rb +0 -34
- data/spec/models/auth_response_spec.rb +0 -64
- data/spec/models/auto_top_up_config2_spec.rb +0 -52
- data/spec/models/auto_top_up_config_spec.rb +0 -46
- data/spec/models/category_spec.rb +0 -28
- data/spec/models/challenge2_spec.rb +0 -40
- data/spec/models/challenge_spec.rb +0 -40
- data/spec/models/company_spec.rb +0 -46
- data/spec/models/create_funding_account_request_v2_spec.rb +0 -74
- data/spec/models/create_individual2_spec.rb +0 -46
- data/spec/models/create_individual_name_spec.rb +0 -52
- data/spec/models/create_individual_spec.rb +0 -46
- data/spec/models/create_payee2_spec.rb +0 -94
- data/spec/models/create_payee_address2_spec.rb +0 -80
- data/spec/models/create_payee_address_spec.rb +0 -80
- data/spec/models/create_payee_spec.rb +0 -94
- data/spec/models/create_payees_csv_request2_spec.rb +0 -214
- data/spec/models/create_payees_csv_request_spec.rb +0 -214
- data/spec/models/create_payees_csv_response2_spec.rb +0 -40
- data/spec/models/create_payees_csv_response_rejected_csv_rows_spec.rb +0 -46
- data/spec/models/create_payees_csv_response_spec.rb +0 -40
- data/spec/models/create_payees_request2_spec.rb +0 -40
- data/spec/models/create_payees_request_spec.rb +0 -40
- data/spec/models/create_payment_channel2_spec.rb +0 -78
- data/spec/models/create_payment_channel_spec.rb +0 -78
- data/spec/models/create_payor_link_request_spec.rb +0 -50
- data/spec/models/create_payout_request_v3_spec.rb +0 -52
- data/spec/models/debit_event_all_of_spec.rb +0 -34
- data/spec/models/debit_event_spec.rb +0 -52
- data/spec/models/debit_status_changed_all_of_spec.rb +0 -34
- data/spec/models/debit_status_changed_spec.rb +0 -58
- data/spec/models/error_data_spec.rb +0 -40
- data/spec/models/error_response_spec.rb +0 -46
- data/spec/models/error_spec.rb +0 -74
- data/spec/models/failed_payee2_spec.rb +0 -94
- data/spec/models/failed_payee_spec.rb +0 -94
- data/spec/models/failed_submission2_spec.rb +0 -40
- data/spec/models/failed_submission_spec.rb +0 -40
- data/spec/models/funding_account_response2_spec.rb +0 -88
- data/spec/models/funding_account_response_spec.rb +0 -88
- data/spec/models/funding_account_type_spec.rb +0 -28
- data/spec/models/funding_audit_spec.rb +0 -94
- data/spec/models/funding_event_spec.rb +0 -52
- data/spec/models/funding_event_type_spec.rb +0 -28
- data/spec/models/funding_payor_status_audit_response_spec.rb +0 -52
- data/spec/models/funding_request_v1_spec.rb +0 -34
- data/spec/models/funding_request_v2_spec.rb +0 -34
- data/spec/models/funding_request_v3_spec.rb +0 -40
- data/spec/models/fx_summary_spec.rb +0 -96
- data/spec/models/fx_summary_v3_spec.rb +0 -96
- data/spec/models/get_fundings_response_spec.rb +0 -46
- data/spec/models/get_payee_list_response2_spec.rb +0 -130
- data/spec/models/get_payee_list_response_company2_spec.rb +0 -40
- data/spec/models/get_payee_list_response_company_spec.rb +0 -40
- data/spec/models/get_payee_list_response_individual2_spec.rb +0 -34
- data/spec/models/get_payee_list_response_individual_spec.rb +0 -34
- data/spec/models/get_payee_list_response_spec.rb +0 -130
- data/spec/models/get_payments_for_payout_response_v3_page_spec.rb +0 -58
- data/spec/models/get_payments_for_payout_response_v3_spec.rb +0 -52
- data/spec/models/get_payments_for_payout_response_v3_summary_spec.rb +0 -92
- data/spec/models/get_payments_for_payout_response_v4_spec.rb +0 -52
- data/spec/models/get_payments_for_payout_response_v4_summary_spec.rb +0 -148
- data/spec/models/get_payout_statistics_spec.rb +0 -40
- data/spec/models/get_payouts_response_spec.rb +0 -46
- data/spec/models/get_payouts_response_v3_links_spec.rb +0 -40
- data/spec/models/get_payouts_response_v3_page_spec.rb +0 -58
- data/spec/models/get_payouts_response_v3_spec.rb +0 -46
- data/spec/models/individual2_spec.rb +0 -46
- data/spec/models/individual_name_spec.rb +0 -52
- data/spec/models/individual_spec.rb +0 -46
- data/spec/models/inline_response400_spec.rb +0 -46
- data/spec/models/inline_response401_spec.rb +0 -46
- data/spec/models/inline_response403_spec.rb +0 -46
- data/spec/models/inline_response404_spec.rb +0 -46
- data/spec/models/inline_response409_spec.rb +0 -46
- data/spec/models/inline_response412_spec.rb +0 -46
- data/spec/models/instruct_payout_request_spec.rb +0 -34
- data/spec/models/invitation_status2_spec.rb +0 -28
- data/spec/models/invitation_status_spec.rb +0 -28
- data/spec/models/invite_payee_request2_spec.rb +0 -34
- data/spec/models/invite_payee_request_spec.rb +0 -34
- data/spec/models/invite_user_request_spec.rb +0 -102
- data/spec/models/kyc_state_spec.rb +0 -28
- data/spec/models/link_for_response_spec.rb +0 -40
- data/spec/models/list_funding_accounts_response2_spec.rb +0 -46
- data/spec/models/list_funding_accounts_response_spec.rb +0 -46
- data/spec/models/list_payments_response_v3_page_spec.rb +0 -58
- data/spec/models/list_payments_response_v3_spec.rb +0 -46
- data/spec/models/list_payments_response_v4_spec.rb +0 -46
- data/spec/models/list_source_account_response_links_spec.rb +0 -40
- data/spec/models/list_source_account_response_page_spec.rb +0 -58
- data/spec/models/list_source_account_response_spec.rb +0 -46
- data/spec/models/list_source_account_response_v2_links_spec.rb +0 -40
- data/spec/models/list_source_account_response_v2_spec.rb +0 -46
- data/spec/models/list_source_account_response_v3_links_spec.rb +0 -40
- data/spec/models/list_source_account_response_v3_spec.rb +0 -46
- data/spec/models/localisation_details_spec.rb +0 -40
- data/spec/models/mfa_details_spec.rb +0 -40
- data/spec/models/mfa_type_spec.rb +0 -28
- data/spec/models/name2_spec.rb +0 -52
- data/spec/models/name_spec.rb +0 -52
- data/spec/models/notification_spec.rb +0 -58
- data/spec/models/notifications2_spec.rb +0 -34
- data/spec/models/notifications_spec.rb +0 -34
- data/spec/models/ofac_status_spec.rb +0 -28
- data/spec/models/onboarded_status2_spec.rb +0 -28
- data/spec/models/onboarded_status_spec.rb +0 -28
- data/spec/models/onboarding_status_changed_spec.rb +0 -58
- data/spec/models/page_for_response_spec.rb +0 -58
- data/spec/models/page_resource_funding_payor_status_audit_response_funding_payor_status_audit_response_spec.rb +0 -46
- data/spec/models/paged_payee_invitation_status_response2_spec.rb +0 -46
- data/spec/models/paged_payee_invitation_status_response_page_spec.rb +0 -58
- data/spec/models/paged_payee_invitation_status_response_spec.rb +0 -46
- data/spec/models/paged_payee_response2_spec.rb +0 -52
- data/spec/models/paged_payee_response_links_spec.rb +0 -40
- data/spec/models/paged_payee_response_page_spec.rb +0 -58
- data/spec/models/paged_payee_response_spec.rb +0 -52
- data/spec/models/paged_payee_response_summary_spec.rb +0 -58
- data/spec/models/paged_payments_response_v3_spec.rb +0 -46
- data/spec/models/paged_user_response_links_spec.rb +0 -40
- data/spec/models/paged_user_response_page_spec.rb +0 -58
- data/spec/models/paged_user_response_spec.rb +0 -46
- data/spec/models/password_request_spec.rb +0 -34
- data/spec/models/payable_issue2_spec.rb +0 -40
- data/spec/models/payable_issue_spec.rb +0 -40
- data/spec/models/payable_status_changed_spec.rb +0 -58
- data/spec/models/payee_address2_spec.rb +0 -76
- data/spec/models/payee_address_spec.rb +0 -76
- data/spec/models/payee_delta2_spec.rb +0 -70
- data/spec/models/payee_delta_response2_links_spec.rb +0 -40
- data/spec/models/payee_delta_response2_spec.rb +0 -46
- data/spec/models/payee_delta_response_links_spec.rb +0 -40
- data/spec/models/payee_delta_response_page_spec.rb +0 -58
- data/spec/models/payee_delta_response_spec.rb +0 -46
- data/spec/models/payee_delta_spec.rb +0 -70
- data/spec/models/payee_detail_response2_spec.rb +0 -202
- data/spec/models/payee_detail_response_spec.rb +0 -202
- data/spec/models/payee_details_changed_spec.rb +0 -58
- data/spec/models/payee_event_all_of_reasons_spec.rb +0 -40
- data/spec/models/payee_event_all_of_spec.rb +0 -40
- data/spec/models/payee_event_spec.rb +0 -58
- data/spec/models/payee_invitation_status_response2_spec.rb +0 -50
- data/spec/models/payee_invitation_status_response_spec.rb +0 -50
- data/spec/models/payee_payor_ref_spec.rb +0 -70
- data/spec/models/payee_payor_ref_v3_spec.rb +0 -70
- data/spec/models/payee_type2_spec.rb +0 -28
- data/spec/models/payee_type_spec.rb +0 -28
- data/spec/models/payee_user_self_update_request_spec.rb +0 -64
- data/spec/models/payment_audit_currency_spec.rb +0 -28
- data/spec/models/payment_audit_currency_v3_spec.rb +0 -28
- data/spec/models/payment_channel_country_spec.rb +0 -40
- data/spec/models/payment_channel_rule_spec.rb +0 -70
- data/spec/models/payment_channel_rules_response_spec.rb +0 -34
- data/spec/models/payment_delta_response_spec.rb +0 -46
- data/spec/models/payment_delta_response_v1_spec.rb +0 -46
- data/spec/models/payment_delta_spec.rb +0 -76
- data/spec/models/payment_delta_v1_spec.rb +0 -76
- data/spec/models/payment_event_all_of_spec.rb +0 -46
- data/spec/models/payment_event_response_spec.rb +0 -104
- data/spec/models/payment_event_response_v3_spec.rb +0 -104
- data/spec/models/payment_event_spec.rb +0 -64
- data/spec/models/payment_instruction_v3_spec.rb +0 -82
- data/spec/models/payment_rails_spec.rb +0 -28
- data/spec/models/payment_rejected_or_returned_all_of_spec.rb +0 -40
- data/spec/models/payment_rejected_or_returned_spec.rb +0 -82
- data/spec/models/payment_response_v3_spec.rb +0 -252
- data/spec/models/payment_response_v4_payout_spec.rb +0 -46
- data/spec/models/payment_response_v4_spec.rb +0 -318
- data/spec/models/payment_status_changed_all_of_spec.rb +0 -34
- data/spec/models/payment_status_changed_spec.rb +0 -70
- data/spec/models/payment_v3_spec.rb +0 -116
- data/spec/models/payor_address_spec.rb +0 -76
- data/spec/models/payor_address_v2_spec.rb +0 -76
- data/spec/models/payor_aml_transaction_spec.rb +0 -190
- data/spec/models/payor_aml_transaction_v3_spec.rb +0 -178
- data/spec/models/payor_branding_response_spec.rb +0 -58
- data/spec/models/payor_create_api_key_request_spec.rb +0 -50
- data/spec/models/payor_create_api_key_response_spec.rb +0 -40
- data/spec/models/payor_create_application_request_spec.rb +0 -40
- data/spec/models/payor_email_opt_out_request_spec.rb +0 -34
- data/spec/models/payor_links_response_links_spec.rb +0 -56
- data/spec/models/payor_links_response_payors_spec.rb +0 -56
- data/spec/models/payor_links_response_spec.rb +0 -40
- data/spec/models/payor_logo_request_spec.rb +0 -34
- data/spec/models/payor_v1_spec.rb +0 -164
- data/spec/models/payor_v2_spec.rb +0 -182
- data/spec/models/payout_company_v3_spec.rb +0 -34
- data/spec/models/payout_individual_v3_spec.rb +0 -34
- data/spec/models/payout_name_v3_spec.rb +0 -40
- data/spec/models/payout_payee_v3_spec.rb +0 -46
- data/spec/models/payout_payor_ids_spec.rb +0 -46
- data/spec/models/payout_payor_spec.rb +0 -58
- data/spec/models/payout_principal_spec.rb +0 -40
- data/spec/models/payout_schedule2_spec.rb +0 -58
- data/spec/models/payout_schedule_spec.rb +0 -64
- data/spec/models/payout_status_spec.rb +0 -28
- data/spec/models/payout_status_v3_spec.rb +0 -28
- data/spec/models/payout_summary_audit_spec.rb +0 -130
- data/spec/models/payout_summary_audit_v3_spec.rb +0 -100
- data/spec/models/payout_summary_response_v3_spec.rb +0 -94
- data/spec/models/payout_type_spec.rb +0 -28
- data/spec/models/ping_response_spec.rb +0 -40
- data/spec/models/ping_spec.rb +0 -46
- data/spec/models/query_batch_response2_spec.rb +0 -56
- data/spec/models/query_batch_response_spec.rb +0 -56
- data/spec/models/quote_fx_summary_v3_spec.rb +0 -102
- data/spec/models/quote_response_v3_spec.rb +0 -34
- data/spec/models/region_v2_spec.rb +0 -40
- data/spec/models/register_sms_request_spec.rb +0 -34
- data/spec/models/rejected_payment_v3_spec.rb +0 -94
- data/spec/models/resend_token_request_spec.rb +0 -44
- data/spec/models/reset_password_request_spec.rb +0 -34
- data/spec/models/role_spec.rb +0 -34
- data/spec/models/role_update_request_spec.rb +0 -40
- data/spec/models/schedule_payout_request_spec.rb +0 -40
- data/spec/models/schedule_status2_spec.rb +0 -28
- data/spec/models/schedule_status_spec.rb +0 -28
- data/spec/models/self_mfa_type_unregister_request_spec.rb +0 -38
- data/spec/models/self_update_password_request_spec.rb +0 -40
- data/spec/models/set_notifications_request_spec.rb +0 -34
- data/spec/models/source_account_response_spec.rb +0 -116
- data/spec/models/source_account_response_v2_spec.rb +0 -128
- data/spec/models/source_account_response_v3_spec.rb +0 -140
- data/spec/models/source_account_summary_spec.rb +0 -46
- data/spec/models/source_account_summary_v3_spec.rb +0 -46
- data/spec/models/source_account_type_spec.rb +0 -28
- data/spec/models/source_account_v3_spec.rb +0 -52
- data/spec/models/source_event_spec.rb +0 -46
- data/spec/models/supported_countries_response_spec.rb +0 -34
- data/spec/models/supported_countries_response_v2_spec.rb +0 -34
- data/spec/models/supported_country_spec.rb +0 -40
- data/spec/models/supported_country_v2_spec.rb +0 -46
- data/spec/models/supported_currency_response_v2_spec.rb +0 -34
- data/spec/models/supported_currency_v2_spec.rb +0 -40
- data/spec/models/transfer_request2_spec.rb +0 -46
- data/spec/models/transfer_request_spec.rb +0 -46
- data/spec/models/transmission_type_spec.rb +0 -28
- data/spec/models/transmission_types2_spec.rb +0 -46
- data/spec/models/transmission_types_spec.rb +0 -46
- data/spec/models/unregister_mfa_request_spec.rb +0 -44
- data/spec/models/update_payee_details_request2_spec.rb +0 -76
- data/spec/models/update_payee_details_request_spec.rb +0 -70
- data/spec/models/update_remote_id_request2_spec.rb +0 -40
- data/spec/models/update_remote_id_request_spec.rb +0 -40
- data/spec/models/update_webhook_request_spec.rb +0 -52
- data/spec/models/user_details_update_request_spec.rb +0 -76
- data/spec/models/user_info_spec.rb +0 -46
- data/spec/models/user_response_spec.rb +0 -140
- data/spec/models/user_status_spec.rb +0 -28
- data/spec/models/user_type2_spec.rb +0 -28
- data/spec/models/user_type_spec.rb +0 -28
- data/spec/models/validate_password_response_spec.rb +0 -52
- data/spec/models/watchlist_status2_spec.rb +0 -28
- data/spec/models/watchlist_status_spec.rb +0 -28
- data/spec/models/webhook_response_spec.rb +0 -64
- data/spec/models/webhooks_response_spec.rb +0 -46
- data/spec/models/withdraw_payment_request_spec.rb +0 -34
data/lib/velopayments/models/{create_payees_csv_request.rb → create_payees_csv_request_v3.rb}
RENAMED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.35.58
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module VeloPayments
|
17
|
-
class
|
17
|
+
class CreatePayeesCSVRequestV3
|
18
18
|
attr_accessor :type
|
19
19
|
|
20
20
|
attr_accessor :remote_id
|
@@ -35,7 +35,7 @@ module VeloPayments
|
|
35
35
|
|
36
36
|
attr_accessor :address_zip_or_postcode
|
37
37
|
|
38
|
-
#
|
38
|
+
# Valid ISO 3166 2 character country code. See the <a href=\"https://www.iso.org/iso-3166-country-codes.html\" target=\"_blank\" a>ISO specification</a> for details.
|
39
39
|
attr_accessor :address_country
|
40
40
|
|
41
41
|
attr_accessor :individual_national_identification
|
@@ -68,7 +68,7 @@ module VeloPayments
|
|
68
68
|
# Must match the regular expression ```^[A-Za-z0-9]+$```.
|
69
69
|
attr_accessor :payment_channel_iban
|
70
70
|
|
71
|
-
#
|
71
|
+
# Valid ISO 3166 2 character country code. See the <a href=\"https://www.iso.org/iso-3166-country-codes.html\" target=\"_blank\" a>ISO specification</a> for details.
|
72
72
|
attr_accessor :payment_channel_country_code
|
73
73
|
|
74
74
|
attr_accessor :payment_channel_currency
|
@@ -145,7 +145,7 @@ module VeloPayments
|
|
145
145
|
# Attribute type mapping.
|
146
146
|
def self.openapi_types
|
147
147
|
{
|
148
|
-
:'type' => :'
|
148
|
+
:'type' => :'PayeeTypeEnum',
|
149
149
|
:'remote_id' => :'String',
|
150
150
|
:'email' => :'String',
|
151
151
|
:'address_line1' => :'String',
|
@@ -187,31 +187,39 @@ module VeloPayments
|
|
187
187
|
# @param [Hash] attributes Model attributes in the form of hash
|
188
188
|
def initialize(attributes = {})
|
189
189
|
if (!attributes.is_a?(Hash))
|
190
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `VeloPayments::
|
190
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `VeloPayments::CreatePayeesCSVRequestV3` initialize method"
|
191
191
|
end
|
192
192
|
|
193
193
|
# check to see if the attribute exists and convert string to symbol for hash key
|
194
194
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
195
195
|
if (!self.class.attribute_map.key?(k.to_sym))
|
196
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `VeloPayments::
|
196
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `VeloPayments::CreatePayeesCSVRequestV3`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
197
197
|
end
|
198
198
|
h[k.to_sym] = v
|
199
199
|
}
|
200
200
|
|
201
201
|
if attributes.key?(:'type')
|
202
202
|
self.type = attributes[:'type']
|
203
|
+
else
|
204
|
+
self.type = nil
|
203
205
|
end
|
204
206
|
|
205
207
|
if attributes.key?(:'remote_id')
|
206
208
|
self.remote_id = attributes[:'remote_id']
|
209
|
+
else
|
210
|
+
self.remote_id = nil
|
207
211
|
end
|
208
212
|
|
209
213
|
if attributes.key?(:'email')
|
210
214
|
self.email = attributes[:'email']
|
215
|
+
else
|
216
|
+
self.email = nil
|
211
217
|
end
|
212
218
|
|
213
219
|
if attributes.key?(:'address_line1')
|
214
220
|
self.address_line1 = attributes[:'address_line1']
|
221
|
+
else
|
222
|
+
self.address_line1 = nil
|
215
223
|
end
|
216
224
|
|
217
225
|
if attributes.key?(:'address_line2')
|
@@ -228,6 +236,8 @@ module VeloPayments
|
|
228
236
|
|
229
237
|
if attributes.key?(:'address_city')
|
230
238
|
self.address_city = attributes[:'address_city']
|
239
|
+
else
|
240
|
+
self.address_city = nil
|
231
241
|
end
|
232
242
|
|
233
243
|
if attributes.key?(:'address_county_or_province')
|
@@ -236,10 +246,14 @@ module VeloPayments
|
|
236
246
|
|
237
247
|
if attributes.key?(:'address_zip_or_postcode')
|
238
248
|
self.address_zip_or_postcode = attributes[:'address_zip_or_postcode']
|
249
|
+
else
|
250
|
+
self.address_zip_or_postcode = nil
|
239
251
|
end
|
240
252
|
|
241
253
|
if attributes.key?(:'address_country')
|
242
254
|
self.address_country = attributes[:'address_country']
|
255
|
+
else
|
256
|
+
self.address_country = nil
|
243
257
|
end
|
244
258
|
|
245
259
|
if attributes.key?(:'individual_national_identification')
|
@@ -318,6 +332,7 @@ module VeloPayments
|
|
318
332
|
# Show invalid properties with the reasons. Usually used together with valid?
|
319
333
|
# @return Array for valid properties with the reasons
|
320
334
|
def list_invalid_properties
|
335
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
321
336
|
invalid_properties = Array.new
|
322
337
|
if @type.nil?
|
323
338
|
invalid_properties.push('invalid value for "type", type cannot be nil.')
|
@@ -427,6 +442,11 @@ module VeloPayments
|
|
427
442
|
invalid_properties.push('invalid value for "address_country", the character length must be great than or equal to 2.')
|
428
443
|
end
|
429
444
|
|
445
|
+
pattern = Regexp.new(/^[A-Z]{2}$/)
|
446
|
+
if @address_country !~ pattern
|
447
|
+
invalid_properties.push("invalid value for \"address_country\", must conform to the pattern #{pattern}.")
|
448
|
+
end
|
449
|
+
|
430
450
|
if !@individual_national_identification.nil? && @individual_national_identification.to_s.length > 30
|
431
451
|
invalid_properties.push('invalid value for "individual_national_identification", the character length must be smaller than or equal to 30.')
|
432
452
|
end
|
@@ -528,6 +548,19 @@ module VeloPayments
|
|
528
548
|
invalid_properties.push('invalid value for "payment_channel_country_code", the character length must be great than or equal to 2.')
|
529
549
|
end
|
530
550
|
|
551
|
+
pattern = Regexp.new(/^[A-Z]{2}$/)
|
552
|
+
if !@payment_channel_country_code.nil? && @payment_channel_country_code !~ pattern
|
553
|
+
invalid_properties.push("invalid value for \"payment_channel_country_code\", must conform to the pattern #{pattern}.")
|
554
|
+
end
|
555
|
+
|
556
|
+
if !@payment_channel_currency.nil? && @payment_channel_currency.to_s.length > 3
|
557
|
+
invalid_properties.push('invalid value for "payment_channel_currency", the character length must be smaller than or equal to 3.')
|
558
|
+
end
|
559
|
+
|
560
|
+
if !@payment_channel_currency.nil? && @payment_channel_currency.to_s.length < 3
|
561
|
+
invalid_properties.push('invalid value for "payment_channel_currency", the character length must be great than or equal to 3.')
|
562
|
+
end
|
563
|
+
|
531
564
|
if !@challenge_description.nil? && @challenge_description.to_s.length > 255
|
532
565
|
invalid_properties.push('invalid value for "challenge_description", the character length must be smaller than or equal to 255.')
|
533
566
|
end
|
@@ -550,6 +583,7 @@ module VeloPayments
|
|
550
583
|
# Check to see if the all the properties in the model are valid
|
551
584
|
# @return true if the model is valid
|
552
585
|
def valid?
|
586
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
553
587
|
return false if @type.nil?
|
554
588
|
return false if @remote_id.nil?
|
555
589
|
return false if @remote_id.to_s.length > 100
|
@@ -575,10 +609,9 @@ module VeloPayments
|
|
575
609
|
return false if @address_zip_or_postcode.to_s.length > 60
|
576
610
|
return false if @address_zip_or_postcode.to_s.length < 1
|
577
611
|
return false if @address_country.nil?
|
578
|
-
address_country_validator = EnumAttributeValidator.new('String', ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "false", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"])
|
579
|
-
return false unless address_country_validator.valid?(@address_country)
|
580
612
|
return false if @address_country.to_s.length > 2
|
581
613
|
return false if @address_country.to_s.length < 2
|
614
|
+
return false if @address_country !~ Regexp.new(/^[A-Z]{2}$/)
|
582
615
|
return false if !@individual_national_identification.nil? && @individual_national_identification.to_s.length > 30
|
583
616
|
return false if !@individual_national_identification.nil? && @individual_national_identification.to_s.length < 6
|
584
617
|
return false if !@individual_title.nil? && @individual_title.to_s.length > 40
|
@@ -602,12 +635,11 @@ module VeloPayments
|
|
602
635
|
return false if !@payment_channel_iban.nil? && @payment_channel_iban.to_s.length > 34
|
603
636
|
return false if !@payment_channel_iban.nil? && @payment_channel_iban.to_s.length < 15
|
604
637
|
return false if !@payment_channel_iban.nil? && @payment_channel_iban !~ Regexp.new(/^[A-Za-z0-9]+$/)
|
605
|
-
payment_channel_country_code_validator = EnumAttributeValidator.new('String', ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "false", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"])
|
606
|
-
return false unless payment_channel_country_code_validator.valid?(@payment_channel_country_code)
|
607
638
|
return false if !@payment_channel_country_code.nil? && @payment_channel_country_code.to_s.length > 2
|
608
639
|
return false if !@payment_channel_country_code.nil? && @payment_channel_country_code.to_s.length < 2
|
609
|
-
|
610
|
-
return false
|
640
|
+
return false if !@payment_channel_country_code.nil? && @payment_channel_country_code !~ Regexp.new(/^[A-Z]{2}$/)
|
641
|
+
return false if !@payment_channel_currency.nil? && @payment_channel_currency.to_s.length > 3
|
642
|
+
return false if !@payment_channel_currency.nil? && @payment_channel_currency.to_s.length < 3
|
611
643
|
return false if !@challenge_description.nil? && @challenge_description.to_s.length > 255
|
612
644
|
return false if !@challenge_description.nil? && @challenge_description.to_s.length < 1
|
613
645
|
return false if !@challenge_value.nil? && @challenge_value.to_s.length > 20
|
@@ -672,11 +704,15 @@ module VeloPayments
|
|
672
704
|
# Custom attribute writer method with validation
|
673
705
|
# @param [Object] address_line2 Value to be assigned
|
674
706
|
def address_line2=(address_line2)
|
675
|
-
if
|
707
|
+
if address_line2.nil?
|
708
|
+
fail ArgumentError, 'address_line2 cannot be nil'
|
709
|
+
end
|
710
|
+
|
711
|
+
if address_line2.to_s.length > 100
|
676
712
|
fail ArgumentError, 'invalid value for "address_line2", the character length must be smaller than or equal to 100.'
|
677
713
|
end
|
678
714
|
|
679
|
-
if
|
715
|
+
if address_line2.to_s.length < 0
|
680
716
|
fail ArgumentError, 'invalid value for "address_line2", the character length must be great than or equal to 0.'
|
681
717
|
end
|
682
718
|
|
@@ -686,11 +722,15 @@ module VeloPayments
|
|
686
722
|
# Custom attribute writer method with validation
|
687
723
|
# @param [Object] address_line3 Value to be assigned
|
688
724
|
def address_line3=(address_line3)
|
689
|
-
if
|
725
|
+
if address_line3.nil?
|
726
|
+
fail ArgumentError, 'address_line3 cannot be nil'
|
727
|
+
end
|
728
|
+
|
729
|
+
if address_line3.to_s.length > 100
|
690
730
|
fail ArgumentError, 'invalid value for "address_line3", the character length must be smaller than or equal to 100.'
|
691
731
|
end
|
692
732
|
|
693
|
-
if
|
733
|
+
if address_line3.to_s.length < 0
|
694
734
|
fail ArgumentError, 'invalid value for "address_line3", the character length must be great than or equal to 0.'
|
695
735
|
end
|
696
736
|
|
@@ -700,11 +740,15 @@ module VeloPayments
|
|
700
740
|
# Custom attribute writer method with validation
|
701
741
|
# @param [Object] address_line4 Value to be assigned
|
702
742
|
def address_line4=(address_line4)
|
703
|
-
if
|
743
|
+
if address_line4.nil?
|
744
|
+
fail ArgumentError, 'address_line4 cannot be nil'
|
745
|
+
end
|
746
|
+
|
747
|
+
if address_line4.to_s.length > 100
|
704
748
|
fail ArgumentError, 'invalid value for "address_line4", the character length must be smaller than or equal to 100.'
|
705
749
|
end
|
706
750
|
|
707
|
-
if
|
751
|
+
if address_line4.to_s.length < 0
|
708
752
|
fail ArgumentError, 'invalid value for "address_line4", the character length must be great than or equal to 0.'
|
709
753
|
end
|
710
754
|
|
@@ -732,11 +776,15 @@ module VeloPayments
|
|
732
776
|
# Custom attribute writer method with validation
|
733
777
|
# @param [Object] address_county_or_province Value to be assigned
|
734
778
|
def address_county_or_province=(address_county_or_province)
|
735
|
-
if
|
779
|
+
if address_county_or_province.nil?
|
780
|
+
fail ArgumentError, 'address_county_or_province cannot be nil'
|
781
|
+
end
|
782
|
+
|
783
|
+
if address_county_or_province.to_s.length > 50
|
736
784
|
fail ArgumentError, 'invalid value for "address_county_or_province", the character length must be smaller than or equal to 50.'
|
737
785
|
end
|
738
786
|
|
739
|
-
if
|
787
|
+
if address_county_or_province.to_s.length < 1
|
740
788
|
fail ArgumentError, 'invalid value for "address_county_or_province", the character length must be great than or equal to 1.'
|
741
789
|
end
|
742
790
|
|
@@ -761,24 +809,41 @@ module VeloPayments
|
|
761
809
|
@address_zip_or_postcode = address_zip_or_postcode
|
762
810
|
end
|
763
811
|
|
764
|
-
# Custom attribute writer method
|
765
|
-
# @param [Object] address_country
|
812
|
+
# Custom attribute writer method with validation
|
813
|
+
# @param [Object] address_country Value to be assigned
|
766
814
|
def address_country=(address_country)
|
767
|
-
|
768
|
-
|
769
|
-
|
815
|
+
if address_country.nil?
|
816
|
+
fail ArgumentError, 'address_country cannot be nil'
|
817
|
+
end
|
818
|
+
|
819
|
+
if address_country.to_s.length > 2
|
820
|
+
fail ArgumentError, 'invalid value for "address_country", the character length must be smaller than or equal to 2.'
|
821
|
+
end
|
822
|
+
|
823
|
+
if address_country.to_s.length < 2
|
824
|
+
fail ArgumentError, 'invalid value for "address_country", the character length must be great than or equal to 2.'
|
825
|
+
end
|
826
|
+
|
827
|
+
pattern = Regexp.new(/^[A-Z]{2}$/)
|
828
|
+
if address_country !~ pattern
|
829
|
+
fail ArgumentError, "invalid value for \"address_country\", must conform to the pattern #{pattern}."
|
770
830
|
end
|
831
|
+
|
771
832
|
@address_country = address_country
|
772
833
|
end
|
773
834
|
|
774
835
|
# Custom attribute writer method with validation
|
775
836
|
# @param [Object] individual_national_identification Value to be assigned
|
776
837
|
def individual_national_identification=(individual_national_identification)
|
777
|
-
if
|
838
|
+
if individual_national_identification.nil?
|
839
|
+
fail ArgumentError, 'individual_national_identification cannot be nil'
|
840
|
+
end
|
841
|
+
|
842
|
+
if individual_national_identification.to_s.length > 30
|
778
843
|
fail ArgumentError, 'invalid value for "individual_national_identification", the character length must be smaller than or equal to 30.'
|
779
844
|
end
|
780
845
|
|
781
|
-
if
|
846
|
+
if individual_national_identification.to_s.length < 6
|
782
847
|
fail ArgumentError, 'invalid value for "individual_national_identification", the character length must be great than or equal to 6.'
|
783
848
|
end
|
784
849
|
|
@@ -788,11 +853,15 @@ module VeloPayments
|
|
788
853
|
# Custom attribute writer method with validation
|
789
854
|
# @param [Object] individual_title Value to be assigned
|
790
855
|
def individual_title=(individual_title)
|
791
|
-
if
|
856
|
+
if individual_title.nil?
|
857
|
+
fail ArgumentError, 'individual_title cannot be nil'
|
858
|
+
end
|
859
|
+
|
860
|
+
if individual_title.to_s.length > 40
|
792
861
|
fail ArgumentError, 'invalid value for "individual_title", the character length must be smaller than or equal to 40.'
|
793
862
|
end
|
794
863
|
|
795
|
-
if
|
864
|
+
if individual_title.to_s.length < 1
|
796
865
|
fail ArgumentError, 'invalid value for "individual_title", the character length must be great than or equal to 1.'
|
797
866
|
end
|
798
867
|
|
@@ -802,11 +871,15 @@ module VeloPayments
|
|
802
871
|
# Custom attribute writer method with validation
|
803
872
|
# @param [Object] individual_first_name Value to be assigned
|
804
873
|
def individual_first_name=(individual_first_name)
|
805
|
-
if
|
874
|
+
if individual_first_name.nil?
|
875
|
+
fail ArgumentError, 'individual_first_name cannot be nil'
|
876
|
+
end
|
877
|
+
|
878
|
+
if individual_first_name.to_s.length > 40
|
806
879
|
fail ArgumentError, 'invalid value for "individual_first_name", the character length must be smaller than or equal to 40.'
|
807
880
|
end
|
808
881
|
|
809
|
-
if
|
882
|
+
if individual_first_name.to_s.length < 1
|
810
883
|
fail ArgumentError, 'invalid value for "individual_first_name", the character length must be great than or equal to 1.'
|
811
884
|
end
|
812
885
|
|
@@ -816,11 +889,15 @@ module VeloPayments
|
|
816
889
|
# Custom attribute writer method with validation
|
817
890
|
# @param [Object] individual_other_names Value to be assigned
|
818
891
|
def individual_other_names=(individual_other_names)
|
819
|
-
if
|
892
|
+
if individual_other_names.nil?
|
893
|
+
fail ArgumentError, 'individual_other_names cannot be nil'
|
894
|
+
end
|
895
|
+
|
896
|
+
if individual_other_names.to_s.length > 40
|
820
897
|
fail ArgumentError, 'invalid value for "individual_other_names", the character length must be smaller than or equal to 40.'
|
821
898
|
end
|
822
899
|
|
823
|
-
if
|
900
|
+
if individual_other_names.to_s.length < 1
|
824
901
|
fail ArgumentError, 'invalid value for "individual_other_names", the character length must be great than or equal to 1.'
|
825
902
|
end
|
826
903
|
|
@@ -830,11 +907,15 @@ module VeloPayments
|
|
830
907
|
# Custom attribute writer method with validation
|
831
908
|
# @param [Object] individual_last_name Value to be assigned
|
832
909
|
def individual_last_name=(individual_last_name)
|
833
|
-
if
|
910
|
+
if individual_last_name.nil?
|
911
|
+
fail ArgumentError, 'individual_last_name cannot be nil'
|
912
|
+
end
|
913
|
+
|
914
|
+
if individual_last_name.to_s.length > 40
|
834
915
|
fail ArgumentError, 'invalid value for "individual_last_name", the character length must be smaller than or equal to 40.'
|
835
916
|
end
|
836
917
|
|
837
|
-
if
|
918
|
+
if individual_last_name.to_s.length < 1
|
838
919
|
fail ArgumentError, 'invalid value for "individual_last_name", the character length must be great than or equal to 1.'
|
839
920
|
end
|
840
921
|
|
@@ -844,11 +925,15 @@ module VeloPayments
|
|
844
925
|
# Custom attribute writer method with validation
|
845
926
|
# @param [Object] company_name Value to be assigned
|
846
927
|
def company_name=(company_name)
|
847
|
-
if
|
928
|
+
if company_name.nil?
|
929
|
+
fail ArgumentError, 'company_name cannot be nil'
|
930
|
+
end
|
931
|
+
|
932
|
+
if company_name.to_s.length > 40
|
848
933
|
fail ArgumentError, 'invalid value for "company_name", the character length must be smaller than or equal to 40.'
|
849
934
|
end
|
850
935
|
|
851
|
-
if
|
936
|
+
if company_name.to_s.length < 1
|
852
937
|
fail ArgumentError, 'invalid value for "company_name", the character length must be great than or equal to 1.'
|
853
938
|
end
|
854
939
|
|
@@ -858,11 +943,15 @@ module VeloPayments
|
|
858
943
|
# Custom attribute writer method with validation
|
859
944
|
# @param [Object] company_ein Value to be assigned
|
860
945
|
def company_ein=(company_ein)
|
861
|
-
if
|
946
|
+
if company_ein.nil?
|
947
|
+
fail ArgumentError, 'company_ein cannot be nil'
|
948
|
+
end
|
949
|
+
|
950
|
+
if company_ein.to_s.length > 30
|
862
951
|
fail ArgumentError, 'invalid value for "company_ein", the character length must be smaller than or equal to 30.'
|
863
952
|
end
|
864
953
|
|
865
|
-
if
|
954
|
+
if company_ein.to_s.length < 6
|
866
955
|
fail ArgumentError, 'invalid value for "company_ein", the character length must be great than or equal to 6.'
|
867
956
|
end
|
868
957
|
|
@@ -872,11 +961,15 @@ module VeloPayments
|
|
872
961
|
# Custom attribute writer method with validation
|
873
962
|
# @param [Object] company_operating_name Value to be assigned
|
874
963
|
def company_operating_name=(company_operating_name)
|
875
|
-
if
|
964
|
+
if company_operating_name.nil?
|
965
|
+
fail ArgumentError, 'company_operating_name cannot be nil'
|
966
|
+
end
|
967
|
+
|
968
|
+
if company_operating_name.to_s.length > 100
|
876
969
|
fail ArgumentError, 'invalid value for "company_operating_name", the character length must be smaller than or equal to 100.'
|
877
970
|
end
|
878
971
|
|
879
|
-
if
|
972
|
+
if company_operating_name.to_s.length < 1
|
880
973
|
fail ArgumentError, 'invalid value for "company_operating_name", the character length must be great than or equal to 1.'
|
881
974
|
end
|
882
975
|
|
@@ -886,11 +979,15 @@ module VeloPayments
|
|
886
979
|
# Custom attribute writer method with validation
|
887
980
|
# @param [Object] payment_channel_account_number Value to be assigned
|
888
981
|
def payment_channel_account_number=(payment_channel_account_number)
|
889
|
-
if
|
982
|
+
if payment_channel_account_number.nil?
|
983
|
+
fail ArgumentError, 'payment_channel_account_number cannot be nil'
|
984
|
+
end
|
985
|
+
|
986
|
+
if payment_channel_account_number.to_s.length > 17
|
890
987
|
fail ArgumentError, 'invalid value for "payment_channel_account_number", the character length must be smaller than or equal to 17.'
|
891
988
|
end
|
892
989
|
|
893
|
-
if
|
990
|
+
if payment_channel_account_number.to_s.length < 6
|
894
991
|
fail ArgumentError, 'invalid value for "payment_channel_account_number", the character length must be great than or equal to 6.'
|
895
992
|
end
|
896
993
|
|
@@ -900,11 +997,15 @@ module VeloPayments
|
|
900
997
|
# Custom attribute writer method with validation
|
901
998
|
# @param [Object] payment_channel_routing_number Value to be assigned
|
902
999
|
def payment_channel_routing_number=(payment_channel_routing_number)
|
903
|
-
if
|
1000
|
+
if payment_channel_routing_number.nil?
|
1001
|
+
fail ArgumentError, 'payment_channel_routing_number cannot be nil'
|
1002
|
+
end
|
1003
|
+
|
1004
|
+
if payment_channel_routing_number.to_s.length > 9
|
904
1005
|
fail ArgumentError, 'invalid value for "payment_channel_routing_number", the character length must be smaller than or equal to 9.'
|
905
1006
|
end
|
906
1007
|
|
907
|
-
if
|
1008
|
+
if payment_channel_routing_number.to_s.length < 9
|
908
1009
|
fail ArgumentError, 'invalid value for "payment_channel_routing_number", the character length must be great than or equal to 9.'
|
909
1010
|
end
|
910
1011
|
|
@@ -914,50 +1015,79 @@ module VeloPayments
|
|
914
1015
|
# Custom attribute writer method with validation
|
915
1016
|
# @param [Object] payment_channel_iban Value to be assigned
|
916
1017
|
def payment_channel_iban=(payment_channel_iban)
|
917
|
-
if
|
1018
|
+
if payment_channel_iban.nil?
|
1019
|
+
fail ArgumentError, 'payment_channel_iban cannot be nil'
|
1020
|
+
end
|
1021
|
+
|
1022
|
+
if payment_channel_iban.to_s.length > 34
|
918
1023
|
fail ArgumentError, 'invalid value for "payment_channel_iban", the character length must be smaller than or equal to 34.'
|
919
1024
|
end
|
920
1025
|
|
921
|
-
if
|
1026
|
+
if payment_channel_iban.to_s.length < 15
|
922
1027
|
fail ArgumentError, 'invalid value for "payment_channel_iban", the character length must be great than or equal to 15.'
|
923
1028
|
end
|
924
1029
|
|
925
1030
|
pattern = Regexp.new(/^[A-Za-z0-9]+$/)
|
926
|
-
if
|
1031
|
+
if payment_channel_iban !~ pattern
|
927
1032
|
fail ArgumentError, "invalid value for \"payment_channel_iban\", must conform to the pattern #{pattern}."
|
928
1033
|
end
|
929
1034
|
|
930
1035
|
@payment_channel_iban = payment_channel_iban
|
931
1036
|
end
|
932
1037
|
|
933
|
-
# Custom attribute writer method
|
934
|
-
# @param [Object] payment_channel_country_code
|
1038
|
+
# Custom attribute writer method with validation
|
1039
|
+
# @param [Object] payment_channel_country_code Value to be assigned
|
935
1040
|
def payment_channel_country_code=(payment_channel_country_code)
|
936
|
-
|
937
|
-
|
938
|
-
|
1041
|
+
if payment_channel_country_code.nil?
|
1042
|
+
fail ArgumentError, 'payment_channel_country_code cannot be nil'
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
if payment_channel_country_code.to_s.length > 2
|
1046
|
+
fail ArgumentError, 'invalid value for "payment_channel_country_code", the character length must be smaller than or equal to 2.'
|
1047
|
+
end
|
1048
|
+
|
1049
|
+
if payment_channel_country_code.to_s.length < 2
|
1050
|
+
fail ArgumentError, 'invalid value for "payment_channel_country_code", the character length must be great than or equal to 2.'
|
939
1051
|
end
|
1052
|
+
|
1053
|
+
pattern = Regexp.new(/^[A-Z]{2}$/)
|
1054
|
+
if payment_channel_country_code !~ pattern
|
1055
|
+
fail ArgumentError, "invalid value for \"payment_channel_country_code\", must conform to the pattern #{pattern}."
|
1056
|
+
end
|
1057
|
+
|
940
1058
|
@payment_channel_country_code = payment_channel_country_code
|
941
1059
|
end
|
942
1060
|
|
943
|
-
# Custom attribute writer method
|
944
|
-
# @param [Object] payment_channel_currency
|
1061
|
+
# Custom attribute writer method with validation
|
1062
|
+
# @param [Object] payment_channel_currency Value to be assigned
|
945
1063
|
def payment_channel_currency=(payment_channel_currency)
|
946
|
-
|
947
|
-
|
948
|
-
|
1064
|
+
if payment_channel_currency.nil?
|
1065
|
+
fail ArgumentError, 'payment_channel_currency cannot be nil'
|
1066
|
+
end
|
1067
|
+
|
1068
|
+
if payment_channel_currency.to_s.length > 3
|
1069
|
+
fail ArgumentError, 'invalid value for "payment_channel_currency", the character length must be smaller than or equal to 3.'
|
1070
|
+
end
|
1071
|
+
|
1072
|
+
if payment_channel_currency.to_s.length < 3
|
1073
|
+
fail ArgumentError, 'invalid value for "payment_channel_currency", the character length must be great than or equal to 3.'
|
949
1074
|
end
|
1075
|
+
|
950
1076
|
@payment_channel_currency = payment_channel_currency
|
951
1077
|
end
|
952
1078
|
|
953
1079
|
# Custom attribute writer method with validation
|
954
1080
|
# @param [Object] challenge_description Value to be assigned
|
955
1081
|
def challenge_description=(challenge_description)
|
956
|
-
if
|
1082
|
+
if challenge_description.nil?
|
1083
|
+
fail ArgumentError, 'challenge_description cannot be nil'
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
if challenge_description.to_s.length > 255
|
957
1087
|
fail ArgumentError, 'invalid value for "challenge_description", the character length must be smaller than or equal to 255.'
|
958
1088
|
end
|
959
1089
|
|
960
|
-
if
|
1090
|
+
if challenge_description.to_s.length < 1
|
961
1091
|
fail ArgumentError, 'invalid value for "challenge_description", the character length must be great than or equal to 1.'
|
962
1092
|
end
|
963
1093
|
|
@@ -967,11 +1097,15 @@ module VeloPayments
|
|
967
1097
|
# Custom attribute writer method with validation
|
968
1098
|
# @param [Object] challenge_value Value to be assigned
|
969
1099
|
def challenge_value=(challenge_value)
|
970
|
-
if
|
1100
|
+
if challenge_value.nil?
|
1101
|
+
fail ArgumentError, 'challenge_value cannot be nil'
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
if challenge_value.to_s.length > 20
|
971
1105
|
fail ArgumentError, 'invalid value for "challenge_value", the character length must be smaller than or equal to 20.'
|
972
1106
|
end
|
973
1107
|
|
974
|
-
if
|
1108
|
+
if challenge_value.to_s.length < 3
|
975
1109
|
fail ArgumentError, 'invalid value for "challenge_value", the character length must be great than or equal to 3.'
|
976
1110
|
end
|
977
1111
|
|
@@ -1030,36 +1164,30 @@ module VeloPayments
|
|
1030
1164
|
# @param [Hash] attributes Model attributes in the form of hash
|
1031
1165
|
# @return [Object] Returns the model itself
|
1032
1166
|
def self.build_from_hash(attributes)
|
1033
|
-
new.build_from_hash(attributes)
|
1034
|
-
end
|
1035
|
-
|
1036
|
-
# Builds the object from hash
|
1037
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
1038
|
-
# @return [Object] Returns the model itself
|
1039
|
-
def build_from_hash(attributes)
|
1040
1167
|
return nil unless attributes.is_a?(Hash)
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1168
|
+
attributes = attributes.transform_keys(&:to_sym)
|
1169
|
+
transformed_hash = {}
|
1170
|
+
openapi_types.each_pair do |key, type|
|
1171
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
1172
|
+
transformed_hash["#{key}"] = nil
|
1044
1173
|
elsif type =~ /\AArray<(.*)>/i
|
1045
1174
|
# check to ensure the input is an array given that the attribute
|
1046
1175
|
# is documented as an array but the input is not
|
1047
|
-
if attributes[
|
1048
|
-
|
1176
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
1177
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
1049
1178
|
end
|
1050
|
-
elsif !attributes[
|
1051
|
-
|
1179
|
+
elsif !attributes[attribute_map[key]].nil?
|
1180
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
1052
1181
|
end
|
1053
1182
|
end
|
1054
|
-
|
1055
|
-
self
|
1183
|
+
new(transformed_hash)
|
1056
1184
|
end
|
1057
1185
|
|
1058
1186
|
# Deserializes the data based on type
|
1059
1187
|
# @param string type Data type
|
1060
1188
|
# @param string value Value to be deserialized
|
1061
1189
|
# @return [Object] Deserialized data
|
1062
|
-
def _deserialize(type, value)
|
1190
|
+
def self._deserialize(type, value)
|
1063
1191
|
case type.to_sym
|
1064
1192
|
when :Time
|
1065
1193
|
Time.parse(value)
|