Sha256: fc8f0ca664f73abc2aff77feac58a1f0fcd99d0fd1b49d0092ec2bb51117b292

Contents?: true

Size: 880 Bytes

Versions: 3

Compression:

Stored size: 880 Bytes

Contents

# Buildium::BankAccountCheckLineMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The unique identifier of the line item. | [optional] |
| **gl_account_id** | **Integer** | General ledger account unique identifier the line item is related to. | [optional] |
| **accounting_entity** | [**AccountingEntityMessage**](AccountingEntityMessage.md) |  | [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::BankAccountCheckLineMessage.new(
  id: null,
  gl_account_id: null,
  accounting_entity: null,
  memo: null,
  reference_number: null,
  amount: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/BankAccountCheckLineMessage.md
buildium-ruby-2.1.0 docs/BankAccountCheckLineMessage.md
buildium-ruby-2.0.1 docs/BankAccountCheckLineMessage.md