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