Sha256: e8501cdf6d935e1558d6b6f51804df27305f4e0335548ea5a853de99254d944e
Contents?: true
Size: 1018 Bytes
Versions: 3
Compression:
Stored size: 1018 Bytes
Contents
# Buildium::BankAccountCheckMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Check unique identifier. | [optional] | | **payee** | [**BankAccountCheckPayeeMessage**](BankAccountCheckPayeeMessage.md) | | [optional] | | **check_number** | **String** | Check number. | [optional] | | **entry_date** | **Date** | Date the check was recorded. | [optional] | | **memo** | **String** | Memo associated with the check, if applicable. | [optional] | | **total_amount** | **Float** | Sum of all `Journal.Lines.Amount` entries in the check. | [optional] | | **lines** | [**Array<BankAccountCheckLineMessage>**](BankAccountCheckLineMessage.md) | A collection of line items associated with the check. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountCheckMessage.new( id: null, payee: null, check_number: null, entry_date: null, memo: null, total_amount: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BankAccountCheckMessage.md |
buildium-ruby-2.1.0 | docs/BankAccountCheckMessage.md |
buildium-ruby-2.0.1 | docs/BankAccountCheckMessage.md |