Sha256: bb858dc5e55bd975d6617e34ce4c88a8ce72f7c671f33ab459e8b5d11a806123

Contents?: true

Size: 903 Bytes

Versions: 174

Compression:

Stored size: 903 Bytes

Contents

# CybridApiBank::QuoteEntryBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **source_account** | [**QuoteEntrySourceAccountBankModel**](QuoteEntrySourceAccountBankModel.md) |  | [optional] |
| **destination_account** | [**QuoteEntryDestinationAccountBankModel**](QuoteEntryDestinationAccountBankModel.md) |  | [optional] |
| **receive_amount** | **Integer** | The amount to be received in base units of the currency | [optional] |
| **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency | [optional] |
| **fee** | **Integer** | The fee associated with the account entry. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::QuoteEntryBankModel.new(
  source_account: null,
  destination_account: null,
  receive_amount: null,
  deliver_amount: null,
  fee: null
)
```

Version data entries

174 entries across 174 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.149 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.148 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.147 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.145 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.144 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.143 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.142 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.140 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.139 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.137 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.135 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.134 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.132 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.131 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.129 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.127 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.126 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/QuoteEntryBankModel.md