Sha256: c18441379983c9a7a4afae1a613d85550319488a8c9c75bea80a408bfa17cd43
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
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] | | **bill_id** | **Integer** | Unique identifier of the bill this charge is associated to. If provided, the property of the ownership account ledger the charge is being created in must be in at least one line item of the bill. | [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, bill_id: null, lines: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/OwnershipAccountLedgerChargePostMessage.md |