Sha256: cbbc19481ead8e4006f8a4e3567122d0281a7243943a44d77dda19ef917545ec

Contents?: true

Size: 521 Bytes

Versions: 4

Compression:

Stored size: 521 Bytes

Contents

# Buildium::RecurringTransactionLinePostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. The account must be a liability or income type. |  |
| **amount** | **Float** | Line item amount. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RecurringTransactionLinePostMessage.new(
  gl_account_id: null,
  amount: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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