Sha256: 6adb576cbaf5fc8ad409bfe4eefeb1302005a3aa2725489e7c617eeefb9ef0d2
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
# Buildium::UpdateLeaseChargeRequest ## 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::UpdateLeaseChargeRequest.new( date: null, memo: null, lines: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateLeaseChargeRequest.md |