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