Sha256: bb858dc5e55bd975d6617e34ce4c88a8ce72f7c671f33ab459e8b5d11a806123

Contents?: true

Size: 903 Bytes

Versions: 177

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

177 entries across 177 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.122.22 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.20 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.18 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.17 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.16 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.9 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.7 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.6 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.5 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.4 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.3 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.122.2 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.60 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.59 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.57 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.56 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.55 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.51 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.50 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.121.48 docs/QuoteEntryBankModel.md