Sha256: 4e1365901b9cec98c933eac938daa5a2c4b695f013de782b3ac41e74841d779b
Contents?: true
Size: 805 Bytes
Versions: 1
Compression:
Stored size: 805 Bytes
Contents
# Buildium::CreateBankAccountCheckRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payee** | [**BankAccountCheckPostMessagePayee**](BankAccountCheckPostMessagePayee.md) | | | | **check_number** | **String** | Check number. | [optional] | | **entry_date** | **Date** | Date the check was recorded. | | | **memo** | **String** | Memo associated with the check, if applicable. | [optional] | | **lines** | [**Array<BankAccountCheckLineSaveMessage>**](BankAccountCheckLineSaveMessage.md) | A collection of line items to associate with the check. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CreateBankAccountCheckRequest.new( payee: null, check_number: null, entry_date: null, memo: null, lines: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateBankAccountCheckRequest.md |