Sha256: 4dc5b72031a6323ad6b86a6383dcb81811b7a0f88f75ad6ec967715b3b83f61d
Contents?: true
Size: 574 Bytes
Versions: 1
Compression:
Stored size: 574 Bytes
Contents
# Buildium::BankAccountReconciliationMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Reconciliation unique identifier. | [optional] | | **is_finished** | **Boolean** | Indicates if reconciliation is completed. | [optional] | | **statement_ending_date** | **Date** | Date the reconciliation statement ended. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountReconciliationMessage.new( id: null, is_finished: null, statement_ending_date: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountReconciliationMessage.md |