Sha256: d6b790373b95dd3cade17781f6615612273661d483dce62c5779e6f47386ac04
Contents?: true
Size: 1.36 KB
Versions: 75
Compression:
Stored size: 1.36 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] | | **payment_rail** | **String** | The desired payment rail to initiate the transfer for. Valid values are: ach, eft, wire. Valid for funding transfers only. | [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, payment_rail: null, labels: null ) ```
Version data entries
75 entries across 75 versions & 1 rubygems