Sha256: c2ff1398a645e0e1fa05edef78009d9df7c39ab41fa05b59570b6cb0645c38bc

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

# Buildium::LeaseTransactionMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Transaction unique identifier. | [optional] |
| **date** | **Date** | Date of the transaction. | [optional] |
| **transaction_type** | **String** | Type of transaction that occurred. | [optional] |
| **transaction_type_enum** | **String** | The type of transaction that occurred. | [optional] |
| **total_amount** | **Float** | Sum of all `Journal.Lines.Amount` entries in the transaction. | [optional] |
| **check_number** | **String** | Check number associated with the transaction, if applicable. | [optional] |
| **lease_id** | **Integer** | Lease unique identifier associated with the transaction, if applicable. Null if value is not set. | [optional] |
| **payee_tenant_id** | **Integer** | The payee's tenant unique identifier associated with the transaction, where applicable. | [optional] |
| **payment_method** | **String** | The payment method used for the transaction. | [optional] |
| **journal** | [**JournalMessage**](JournalMessage.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::LeaseTransactionMessage.new(
  id: null,
  date: null,
  transaction_type: null,
  transaction_type_enum: null,
  total_amount: null,
  check_number: null,
  lease_id: null,
  payee_tenant_id: null,
  payment_method: null,
  journal: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/LeaseTransactionMessage.md
buildium-ruby-2.1.0 docs/LeaseTransactionMessage.md