Sha256: 19295a66b79540aee4b38728213b5a3c720e15a1c1682f6680005bd8c4117c37

Contents?: true

Size: 887 Bytes

Versions: 1

Compression:

Stored size: 887 Bytes

Contents

# Buildium::BankReconciliationClearedBalanceMessage

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