Sha256: 0dbb51b1d88fc5119460aef7092146ed0aed28dae8354aa2e7d59a9994708c0a

Contents?: true

Size: 819 Bytes

Versions: 4

Compression:

Stored size: 819 Bytes

Contents

# Buildium::LeaseRentChargePostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Float** | The amount of the charge. |  |
| **gl_account_id** | **Integer** | The general ledger account identifier under which to record the charge. |  |
| **next_due_date** | **Date** | Indicates the next date the charge will be applied to the lease ledger. This date will also be used as the start date for the calculating the `Cycle` of when to apply the next charge. The date must be formatted as YYYY-MM-DD. |  |
| **memo** | **String** | Memo for the charge. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseRentChargePostMessage.new(
  amount: null,
  gl_account_id: null,
  next_due_date: null,
  memo: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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