Sha256: 57377cc0fa3b4a231a49746abee4557849c2a0aee6f5f57f18a86cf83246f230

Contents?: true

Size: 981 Bytes

Versions: 1

Compression:

Stored size: 981 Bytes

Contents

# Buildium::BillLinePostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **accounting_entity** | [**BillLinePostMessageAccountingEntity**](BillLinePostMessageAccountingEntity.md) |  |  |
| **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. The following general ledger accounts are not valid: Accounts Payable, Accounts Receivable, Undeposited Funds or any general leger account referencing a bank account. |  |
| **amount** | **Float** | Line item amount. |  |
| **markup** | [**BillLinePostMessageMarkup**](BillLinePostMessageMarkup.md) |  | [optional] |
| **memo** | **String** | Memo for the line item. The value cannot exceed 240 characters. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BillLinePostMessage.new(
  accounting_entity: null,
  gl_account_id: null,
  amount: null,
  markup: null,
  memo: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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