Sha256: 13977e179d807b7b1cc46b5441bbb587366aec34ff634c94a5323445ac1b2180
Contents?: true
Size: 680 Bytes
Versions: 3
Compression:
Stored size: 680 Bytes
Contents
# Buildium::LeaseChargePostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **date** | **Date** | Date of the charge. The date must be formatted as YYYY-MM-DD. | [optional] | | **memo** | **String** | Memo associated with the charge. The value cannot exceed 65 characters. | [optional] | | **lines** | [**Array<LeaseChargeLineSaveMessage>**](LeaseChargeLineSaveMessage.md) | A collection of line items included in the charge. At least one line item is required. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseChargePostMessage.new( date: null, memo: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/LeaseChargePostMessage.md |
buildium-ruby-2.1.0 | docs/LeaseChargePostMessage.md |
buildium-ruby-2.0.1 | docs/LeaseChargePostMessage.md |