Sha256: 41a31805e56e4057f12c471aa3ab1ded335448e76a7f63daf54db53b35f24f45

Contents?: true

Size: 726 Bytes

Versions: 4

Compression:

Stored size: 726 Bytes

Contents

# Buildium::OwnershipAccountLedgerChargePutMessage

## 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::OwnershipAccountLedgerChargePutMessage.new(
  date: null,
  memo: null,
  lines: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/OwnershipAccountLedgerChargePutMessage.md
buildium-ruby-3.0.0 docs/OwnershipAccountLedgerChargePutMessage.md
buildium-ruby-2.1.0 docs/OwnershipAccountLedgerChargePutMessage.md
buildium-ruby-2.0.1 docs/OwnershipAccountLedgerChargePutMessage.md