Sha256: d28f34c265bdd2dbf90f673e4f4271248d7b0f1a32b450cc4d055223dd186b2f
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# Buildium::BankAccountReconciliationTransactionMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Reconciliation transaction unique identifier. | [optional] | | **entry_date** | **Date** | Date the reconciliation transaction entered. | [optional] | | **total_amount** | **Float** | Total amount of the reconciliation transaction. | [optional] | | **reconciliation_status** | **String** | Status of the reconciliation transaction. | [optional] | | **transaction_type** | **String** | Type of transaction. | [optional] | | **memo** | **String** | Memo associated with the transaction, if applicable. | [optional] | | **payment_method** | **String** | The payment method used for the transaction. | [optional] | | **check_number** | **String** | Check number associated with the transaction, if applicable. | [optional] | | **payee_user_id** | **Integer** | The payee's user unique identifier. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountReconciliationTransactionMessage.new( id: null, entry_date: null, total_amount: null, reconciliation_status: null, transaction_type: null, memo: null, payment_method: null, check_number: null, payee_user_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountReconciliationTransactionMessage.md |