Sha256: 346d10257730ef82e9625dd9e7ff93251466293ed8714a2626bb823d2e69231a

Contents?: true

Size: 942 Bytes

Versions: 1

Compression:

Stored size: 942 Bytes

Contents

# Buildium::BankAccountDepositLineMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The unique identifier of the line item. | [optional] |
| **accounting_entity** | [**BankAccountDepositLineMessageAccountingEntity**](BankAccountDepositLineMessageAccountingEntity.md) |  | [optional] |
| **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount is recorded. | [optional] |
| **memo** | **String** | Memo for the line item. | [optional] |
| **reference_number** | **String** | Reference number for the line item. | [optional] |
| **amount** | **Float** | Amount of the line item. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BankAccountDepositLineMessage.new(
  id: null,
  accounting_entity: null,
  gl_account_id: null,
  memo: null,
  reference_number: null,
  amount: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/BankAccountDepositLineMessage.md