Sha256: 11de471a3bd929265683e8a3441bd4011273f25f981771cf5c5b5a57072493df
Contents?: true
Size: 1018 Bytes
Versions: 1
Compression:
Stored size: 1018 Bytes
Contents
# Buildium::BankAccountCheckMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Check unique identifier. | [optional] | | **payee** | [**BankAccountCheckMessagePayee**](BankAccountCheckMessagePayee.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountCheckMessage.md |