Sha256: fe9a2e9a5116c9003f6c5b364e0907183f1265417749016f020bac9810a86ba8
Contents?: true
Size: 822 Bytes
Versions: 3
Compression:
Stored size: 822 Bytes
Contents
# Buildium::OwnershipAccountLedgerChargePostMessage ## 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<OwnershipAccountLedgerChargeLinesSaveMessage>**](OwnershipAccountLedgerChargeLinesSaveMessage.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::OwnershipAccountLedgerChargePostMessage.new( date: null, memo: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems