Sha256: 57b5691765382aa947589ec3914b09905c54791e90c734498e4d5c29c27c374d

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 KB

Contents

# Buildium::LeaseLedgerRefundMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Refund unique identifier. | [optional] |
| **date** | **Date** | Date of the refund. | [optional] |
| **payees** | [**Array<PayeeMessage>**](PayeeMessage.md) | List of payees being refunded. | [optional] |
| **memo** | **String** | Memo associated with the refund, if applicable. | [optional] |
| **check_number** | **String** | Check number associated with the refund, if applicable. | [optional] |
| **bank_account_id** | **Integer** | Unique identifier of the bank account that the refund was made from. | [optional] |
| **address** | [**AddressMessage**](AddressMessage.md) |  | [optional] |
| **total_amount** | **Float** | Total amount of the refund. | [optional] |
| **lines** | [**Array<LeaseLedgerRefundLineMessage>**](LeaseLedgerRefundLineMessage.md) | A collection of line items included in the refund. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseLedgerRefundMessage.new(
  id: null,
  date: null,
  payees: null,
  memo: null,
  check_number: null,
  bank_account_id: null,
  address: null,
  total_amount: null,
  lines: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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