Sha256: 52f249dfeb9d97d5da0e6e19c0470464a0d5f5e39060b6168b7f103ba0daa894
Contents?: true
Size: 941 Bytes
Versions: 1
Compression:
Stored size: 941 Bytes
Contents
# Buildium::BankAccountTransferMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Transfer unique identifier. | [optional] | | **entry_date** | **Date** | Date the transfer was recorded. | [optional] | | **memo** | **String** | Memo associated with the transfer, if applicable. | [optional] | | **accounting_entity** | [**BankAccountTransferMessageAccountingEntity**](BankAccountTransferMessageAccountingEntity.md) | | [optional] | | **total_amount** | **Float** | Total amount of the transfer. | [optional] | | **transfer_to_bank_account_id** | **Integer** | Bank account identifier the money was transferred to. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountTransferMessage.new( id: null, entry_date: null, memo: null, accounting_entity: null, total_amount: null, transfer_to_bank_account_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountTransferMessage.md |