Sha256: eacd3c44da7432be409a3dff199e8d367cc7b2f513d6ff9c404a2003e285a0aa

Contents?: true

Size: 927 Bytes

Versions: 1

Compression:

Stored size: 927 Bytes

Contents

# Buildium::BankAccountReconciliationBalanceMessageStatementBalance

## 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::BankAccountReconciliationBalanceMessageStatementBalance.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/BankAccountReconciliationBalanceMessageStatementBalance.md