Sha256: 6203fd65f3f6d3b6d79e6e47a20a7031736a9335e6209f84905493071fa058b9

Contents?: true

Size: 853 Bytes

Versions: 1

Compression:

Stored size: 853 Bytes

Contents

# Buildium::CreatePendingReconciliationsRequest

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