Sha256: 7ad9f98ac54c0e13cc1847b92324158395e328dd9274584c291f12cbab8b99a1

Contents?: true

Size: 841 Bytes

Versions: 1

Compression:

Stored size: 841 Bytes

Contents

# Buildium::BankAccountTransferSaveMessage

## 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::BankAccountTransferSaveMessage.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/BankAccountTransferSaveMessage.md