Sha256: d08131cc65cd4c6f3585316590e94e9274752a55286567ebd00350654699c32f

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

# Buildium::OwnershipAccountLedgerPaymentPutMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **date** | **Date** | The date of the transaction. The date must be formatted as YYYY-MM-DD. |  |
| **payment_method** | **String** | The payment method used for the transaction. |  |
| **payee_user_id** | **Integer** | The payee's user unique identifier. | [optional] |
| **memo** | **String** | A brief note describing the reason for the payment. The value cannot exceed 65 characters. | [optional] |
| **reference_number** | **String** | The reference Number of the transaction. The value cannot exceed 30 characters. | [optional] |
| **lines** | [**Array<OwnershipAccountLedgerPaymentLineSaveMessage>**](OwnershipAccountLedgerPaymentLineSaveMessage.md) | A collection of line items included in the payment. At least one line item is required. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::OwnershipAccountLedgerPaymentPutMessage.new(
  date: null,
  payment_method: null,
  payee_user_id: null,
  memo: null,
  reference_number: null,
  lines: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/OwnershipAccountLedgerPaymentPutMessage.md
buildium-ruby-3.0.0 docs/OwnershipAccountLedgerPaymentPutMessage.md
buildium-ruby-2.1.0 docs/OwnershipAccountLedgerPaymentPutMessage.md