Sha256: 202d0e2f59a547a948c05d85ba177b6b2502d7f4dbd8d53e4e54dc29be9de02c
Contents?: true
Size: 750 Bytes
Versions: 4
Compression:
Stored size: 750 Bytes
Contents
# Buildium::LeaseChargePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **date** | **Date** | Date of the charge. The date must be formatted as YYYY-MM-DD. | | | **memo** | **String** | Memo associated with the charge. The value cannot exceed 65 characters. | [optional] | | **lines** | [**Array<LeaseChargeLineSaveMessage>**](LeaseChargeLineSaveMessage.md) | Collection of line items to be included in the charge. All existing line items will be deleted and replaced with the line items in this request. At least 1 line item is required. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseChargePutMessage.new( date: null, memo: null, lines: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems