Sha256: 7aaede23894b3f3c1de40cf0e939dbe1584cf16bc2ceb3aa19eb81157f48a434

Contents?: true

Size: 887 Bytes

Versions: 1

Compression:

Stored size: 887 Bytes

Contents

# Buildium::LeaseChargeMessage

## 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<LeaseChargeLineMessage>**](LeaseChargeLineMessage.md) | A collection of line items associated with the charge. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseChargeMessage.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/LeaseChargeMessage.md