Sha256: cab676fc24cbb2f11276583831ae59227b11ce1ba84c36d0371e06c96cf00445

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

# Buildium::LeaseRentChargeMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Rent charge unique identifier. | [optional] |
| **gl_account_id** | **Integer** | General ledger account unique identifier the rent charge is related to. | [optional] |
| **amount** | **Float** | Amount of the rent charge. | [optional] |
| **memo** | **String** | Memo for the rent charge. | [optional] |
| **first_charge_date** | **Date** | First date for the rent charge. | [optional] |
| **post_days_in_advance** | **Integer** | Number of days ahead of the due date the charge will post on the lease ledger. | [optional] |
| **due_on_day_of_the_month** | **Integer** | The day of the month the rent charge is due. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseRentChargeMessage.new(
  id: null,
  gl_account_id: null,
  amount: null,
  memo: null,
  first_charge_date: null,
  post_days_in_advance: null,
  due_on_day_of_the_month: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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