Sha256: 8df5107d1d382e6194de196247f06b9f7a51303f6b53a7864a083b42642344e3
Contents?: true
Size: 1.02 KB
Versions: 98
Compression:
Stored size: 1.02 KB
Contents
# CybridApiBank::PostTransferBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **quote_guid** | **String** | The associated quote's identifier. | | | **transfer_type** | **String** | The type of transfer. | | | **external_wallet_guid** | **String** | The customer's external wallet's identifier. | [optional] | | **external_bank_account_guid** | **String** | The customer's 'plaid' or 'plaid_processor_token' external bank account's identifier. | [optional] | | **one_time_address** | [**PostOneTimeAddressBankModel**](PostOneTimeAddressBankModel.md) | | [optional] | | **expected_error** | **String** | The optional expected error to simulate transfer failure. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostTransferBankModel.new( quote_guid: null, transfer_type: null, external_wallet_guid: null, external_bank_account_guid: null, one_time_address: null, expected_error: null ) ```
Version data entries
98 entries across 98 versions & 1 rubygems