docs/QuoteEntrySourceAccountBankModel
CybridApiBank::QuoteEntrySourceAccountBankModel
Properties
| Name |
Type |
Description |
Notes |
| guid |
String |
Auto-generated unique identifier for the transfer account. |
[optional] |
| type |
String |
The type of transfer account; one of external_wallet. |
[optional] |
| bank_guid |
String |
The account’s identifier. |
[optional] |
| customer_guid |
String |
The account’s identifier. |
[optional] |
Example
require 'cybrid_api_bank_ruby'
instance = CybridApiBank::QuoteEntrySourceAccountBankModel.new(
guid: null,
type: null,
bank_guid: null,
customer_guid: null
)