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.56 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.55 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.53 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.52 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.51 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.50 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.49 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.48 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.47 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.46 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.12 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.11 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.10 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.7 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.4 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.3 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.2 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.72 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.71 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.70 docs/QuoteEntryBankModel.md