Sha256: 364ef3c2b6744c06277ab66790e3b9fec2965e4270057216f69b81dbf6b6b741
Contents?: true
Size: 1.99 KB
Versions: 15
Compression:
Stored size: 1.99 KB
Contents
# CybridApiBank::PostTransferBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **quote_guid** | **String** | The associated quote's identifier. | | | **transfer_type** | **String** | The type of transfer. | | | **customer_guid** | **String** | The customer's identifier. | [optional] | | **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] | | **network_fee_account_guid** | **String** | The network fee account's identifier. Required for network fee transfers. Must be the identifier for the customer's or bank's fiat account. For customer's to pay the network fees, include the customer's fiat account guid. For bank's to pay the network fees, include the bank's fiat account guid. | [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] | | **beneficiary_memo** | **String** | The memo to send to the counterparty. | [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, customer_guid: null, source_account_guid: null, destination_account_guid: null, external_wallet_guid: null, external_bank_account_guid: null, network_fee_account_guid: null, payment_rail: null, beneficiary_memo: null, labels: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems