Sha256: 7e383699f48c5c70ff5deba5fb1eb71c057fccaa8eb5ff50a9471d5d863233bd
Contents?: true
Size: 899 Bytes
Versions: 1
Compression:
Stored size: 899 Bytes
Contents
# Buildium::BankReconciliationStatementBalanceMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **total_checks_and_withdrawals** | **Float** | Total amount of checks and withdrawals of the reconciliation statement balance. | [optional] | | **total_deposits_and_additions** | **Float** | Total amount of deposits and additions of the reconciliation statement balance. | [optional] | | **ending_balance** | **Float** | Ending balance of the reconciliation statement balance. | [optional] | | **beginning_balance** | **Float** | Beginning balance of the reconciliation statement balance. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankReconciliationStatementBalanceMessage.new( total_checks_and_withdrawals: null, total_deposits_and_additions: null, ending_balance: null, beginning_balance: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankReconciliationStatementBalanceMessage.md |