Sha256: 8de63342ddf7ce2379f91c894a48b08ad9cd832eaca5f055eb791a2bd495e718
Contents?: true
Size: 1.17 KB
Versions: 197
Compression:
Stored size: 1.17 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] | | **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, labels: null ) ```
Version data entries
197 entries across 197 versions & 1 rubygems