Sha256: 977e2f678543f38833647a48476b211e735d5c6fdf09fc0f7f9a7be6e4643bbf
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
# Buildium::UpdateOwnershipAccountChargeRequest ## 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<OwnershipAccountLedgerChargeLinesPutMessage>**](OwnershipAccountLedgerChargeLinesPutMessage.md) | A collection of line items included in the charge. At least one line item is required. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::UpdateOwnershipAccountChargeRequest.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/UpdateOwnershipAccountChargeRequest.md |