Sha256: d90636b4ee7fef37636fdef837a5322e7ba7207d203f1ac7933c25ac94d5f905

Contents?: true

Size: 955 Bytes

Versions: 1

Compression:

Stored size: 955 Bytes

Contents

# Buildium::OwnershipAccountLedgerChargeMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Charge unique identifier. | [optional] |
| **date** | **Date** | Date of the charge. | [optional] |
| **total_amount** | **Float** | Sum of all `Lines.Amount` entries in the charge. | [optional] |
| **memo** | **String** | Memo associated with the charge. | [optional] |
| **bill_id** | **Integer** | The bill identifier this charge is associated with, if applicable. | [optional] |
| **lines** | [**Array<OwnershipAccountLedgerChargeLineMessage>**](OwnershipAccountLedgerChargeLineMessage.md) | A collection of line items associated with the charge. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::OwnershipAccountLedgerChargeMessage.new(
  id: null,
  date: null,
  total_amount: 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/OwnershipAccountLedgerChargeMessage.md