Sha256: 2d42476ec31b2291ef0bd0a31c8f9e9a6e73d19c8a52a68e2e08cacd8c12ba6d
Contents?: true
Size: 732 Bytes
Versions: 1
Compression:
Stored size: 732 Bytes
Contents
# Buildium::BankAccountReconciliationBalancePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **total_checks_and_withdrawals** | **Float** | Total amount of checks and withdrawals of the reconciliation statement balance. | | | **total_deposits_and_additions** | **Float** | Total amount of deposits and additions of the reconciliation statement balance. | | | **ending_balance** | **Float** | Ending balance of the reconciliation statement balance. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountReconciliationBalancePutMessage.new( 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/BankAccountReconciliationBalancePutMessage.md |