Sha256: 81c18b86bafca887c555280b149e4c26c1c593e672cc606b01d27e7089fed9df
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 KB
Contents
# Buildium::OwnershipAccountTransactionMessage ## 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] | | **ownership_account_id** | **Integer** | Ownership account unique identifier associated with the transaction, if applicable. Null if value is not set. | [optional] | | **payee_association_owner_id** | **Integer** | The payee's association owner 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::OwnershipAccountTransactionMessage.new( id: null, date: null, transaction_type: null, transaction_type_enum: null, total_amount: null, check_number: null, ownership_account_id: null, payee_association_owner_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/OwnershipAccountTransactionMessage.md |
buildium-ruby-2.1.0 | docs/OwnershipAccountTransactionMessage.md |