Sha256: 79c5504011aefd16529287ea7c09b113c859a9c2ad29b45ddd6393964703fb99
Contents?: true
Size: 906 Bytes
Versions: 52
Compression:
Stored size: 906 Bytes
Contents
# CybridApiBank::PostTransferBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **quote_guid** | **String** | The associated quote's identifier. | | | **transfer_type** | **String** | The type of transfer. | | | **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, external_wallet_guid: null, external_bank_account_guid: null, expected_error: null ) ```
Version data entries
52 entries across 52 versions & 1 rubygems