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.122 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.121 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.120 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.119 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.118 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.117 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.116 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.115 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.114 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.113 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.112 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.111 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.110 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.109 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.107 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.106 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.105 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.104 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.103 docs/QuoteEntryBankModel.md
cybrid_api_bank_ruby-0.123.101 docs/QuoteEntryBankModel.md