Sha256: 455e0b6850e31669aefc3194994779c8c1edcab21fb3b462a0ac0665bdc838c3

Contents?: true

Size: 855 Bytes

Versions: 1

Compression:

Stored size: 855 Bytes

Contents

# Buildium::BankPendingReconciliationPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **statement_ending_date** | **Date** | End date for the reconciliation statement period. The date must be formatted as YYYY-MM-DD. |  |
| **total_checks_and_withdrawals** | **Float** | Sum of all checks and withdrawals for the reconciliation. | [optional] |
| **total_deposits_and_additions** | **Float** | Sum of all deposits and additions for the reconciliation. | [optional] |
| **ending_balance** | **Float** | Ending balance of the pending reconciliation. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BankPendingReconciliationPostMessage.new(
  statement_ending_date: null,
  total_checks_and_withdrawals: null,
  total_deposits_and_additions: null,
  ending_balance: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/BankPendingReconciliationPostMessage.md