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

Version Path
cybrid_api_bank_ruby-0.121.41 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.39 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.38 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.37 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.36 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.35 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.34 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.30 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.29 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.28 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.27 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.26 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.24 docs/QuoteEntrySourceAccountBankModel.md
cybrid_api_bank_ruby-0.121.23 docs/QuoteEntrySourceAccountBankModel.md