Sha256: 6bda8a841950881bdf622803e417df3feb28cc9de6c5c4a01add94890d3eb000
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# Buildium::CreateOwnershipAccountLedgerChargeRequest ## 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::CreateOwnershipAccountLedgerChargeRequest.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/CreateOwnershipAccountLedgerChargeRequest.md |