Sha256: 7d29abdd6fe895642a92ff1f323e0f0ca4deaecce0c1575610faf8e0d7b7fe13

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 Bytes

Contents

# Buildium::LeaseChargeLineMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Float** | Amount of the line item. | [optional] |
| **gl_account_id** | **Integer** | Unique ientifier of the general ledger account associated with the charge. | [optional] |

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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