Sha256: 4381b6efb45723435062673b9d7d75997f5bdec8cb81f8940c74bd187aebe066

Contents?: true

Size: 915 Bytes

Versions: 1

Compression:

Stored size: 915 Bytes

Contents

# Buildium::BankAccountReconciliationBalanceMessageClearedBalance

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **total_checks_and_withdrawals** | **Float** | Total amount of checks and withdrawals of the reconciliation cleared balance. | [optional] |
| **total_deposits_and_additions** | **Float** | Total amount of deposits and additions of the reconciliation cleared balance. | [optional] |
| **ending_balance** | **Float** | Ending balance of the reconciliation cleared balance. | [optional] |
| **beginning_balance** | **Float** | Beginning balance of the reconciliation cleared balance. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BankAccountReconciliationBalanceMessageClearedBalance.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/BankAccountReconciliationBalanceMessageClearedBalance.md