Sha256: f93f1755257edbe491cefb8f4a1a2ff6836351eb99796739e17d170f576e488c
Contents?: true
Size: 977 Bytes
Versions: 1
Compression:
Stored size: 977 Bytes
Contents
# Buildium::RentScheduleChargePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | The general ledger account identifier under which to record the rent charge. | | | **amount** | **Float** | The amount of the rent charge. | | | **memo** | **String** | Memo for the rent charge. | [optional] | | **post_days_in_advance** | **Integer** | Number of days in advance of the due date to post the rent charge | [optional] | | **next_due_date** | **Date** | Indicates the next date the rent charge will be applied. 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. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentScheduleChargePutMessage.new( gl_account_id: null, amount: null, memo: null, post_days_in_advance: null, next_due_date: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/RentScheduleChargePutMessage.md |