Sha256: 7a1cbf436cf24606ae2300314ad92bbae94a95cac1963a7bb302ac319fd24a0d
Contents?: true
Size: 717 Bytes
Versions: 174
Compression:
Stored size: 717 Bytes
Contents
# CybridApiBank::TransferEntryBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | The actual amount in base units of the asset. | | | **fee** | **Integer** | The fee associated with the transfer entry. | | | **source_account** | [**QuoteEntrySourceAccountBankModel**](QuoteEntrySourceAccountBankModel.md) | | | | **destination_account** | [**TransferEntryDestinationAccountBankModel**](TransferEntryDestinationAccountBankModel.md) | | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::TransferEntryBankModel.new( amount: null, fee: null, source_account: null, destination_account: null ) ```
Version data entries
174 entries across 174 versions & 1 rubygems