Sha256: ddafba01a8a230dd0268a21810ec5afc0984ebe3cce791dc9e13edacf89b4b33

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

# Buildium::OwnershipAccountRefundPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **date** | **Date** | The date of the refund. The date must be formatted as YYYY-MM-DD. |  |
| **payee_user_ids** | **Array<Integer>** | Unique identifiers of the users receiving the refund. |  |
| **memo** | **String** | A brief note describing the reason for the refund. The value cannot exceed 65 characters. | [optional] |
| **check_number** | **String** | Check number associated with the refund, if applicable. The value cannot exceed 30 characters. | [optional] |
| **bank_account_id** | **Integer** | Unique identifier of the bank account the refund is issued from. |  |
| **address** | [**SaveAddressMessage**](SaveAddressMessage.md) |  |  |
| **lines** | [**Array<OwnershipAccountRefundLinesPostMessage>**](OwnershipAccountRefundLinesPostMessage.md) | A collection of line items included in the refund. At least one line item is required. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::OwnershipAccountRefundPostMessage.new(
  date: null,
  payee_user_ids: null,
  memo: null,
  check_number: null,
  bank_account_id: null,
  address: null,
  lines: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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