Sha256: fe0964fad9cc6ebf7052f7c771934b2d0c93314e0b88640b4240e08595bd6759
Contents?: true
Size: 1.3 KB
Versions: 19
Compression:
Stored size: 1.3 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] | | **labels** | **Array<String>** | The labels associated with the transfer. | [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, labels: null ) ```
Version data entries
19 entries across 19 versions & 1 rubygems