Sha256: 71326276c89570b80a5415d93f1cbd0b10ef05005e4991b06822e5153a1adee9
Contents?: true
Size: 1.19 KB
Versions: 207
Compression:
Stored size: 1.19 KB
Contents
# CybridApiBank::PostTransferBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **quote_guid** | **String** | The associated quote's identifier. | | | **transfer_type** | **String** | The type of transfer. | | | **source_account_guid** | **String** | The source account's identifier. Required for book transfers. | [optional] | | **destination_account_guid** | **String** | The destination account's identifier. Required for book transfers. | [optional] | | **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] | | **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, source_account_guid: null, destination_account_guid: null, external_wallet_guid: null, external_bank_account_guid: null, expected_error: null ) ```
Version data entries
207 entries across 207 versions & 1 rubygems