Sha256: 8fb21a5e27abd02f19a7a75d0760b8933adea613bdc395a437e47059f8024b2f
Contents?: true
Size: 686 Bytes
Versions: 174
Compression:
Stored size: 686 Bytes
Contents
# 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 ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::QuoteEntrySourceAccountBankModel.new( guid: null, type: null, bank_guid: null, customer_guid: null ) ```
Version data entries
174 entries across 174 versions & 1 rubygems