Sha256: 3a6940b114249ea6f0933041ec5a8c7be8d6148332b02a58b5b5671be5f9ee55

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 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** | [**LeaseLedgerRefundMessageAddress**](LeaseLedgerRefundMessageAddress.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

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/LeaseLedgerRefundMessage.md