Sha256: 5b28ed9611c1dbe7cfb593861169202250f754508f03c852f5e9519f2bfc0221

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

# Buildium::OwnershipAccountAutoAllocatedPaymentPostMessage

## 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] |
| **send_email_receipt** | **Boolean** | An indicator for whether or not to send an email receipt to the payee. If the payee does not have an email address set, no email will be sent. |  |
| **total_amount** | **Float** | The total amount of the payment being created. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::OwnershipAccountAutoAllocatedPaymentPostMessage.new(
  date: null,
  payment_method: null,
  payee_user_id: null,
  memo: null,
  reference_number: null,
  send_email_receipt: null,
  total_amount: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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