Sha256: e3b742ae11aae38c4a753969ac5a349405e30c6c0ab3e7ce37964fe3e87d2f8b
Contents?: true
Size: 889 Bytes
Versions: 3
Compression:
Stored size: 889 Bytes
Contents
# Buildium::BillPaymentPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bank_account_id** | **Integer** | Unique identifier of the bank account that the payment was made from. | | | **entry_date** | **Date** | Date the payment was made. | | | **memo** | **String** | A high-level description of the payment. The value cannot exceed 240 characters. | [optional] | | **check_number** | **String** | Number of the check used to make the payment. The value cannot exceed 30 characters. | [optional] | | **lines** | [**Array<BillPaymentLinePostMessage>**](BillPaymentLinePostMessage.md) | A collection of payment line items. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillPaymentPostMessage.new( bank_account_id: null, entry_date: null, memo: null, check_number: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BillPaymentPostMessage.md |
buildium-ruby-2.1.0 | docs/BillPaymentPostMessage.md |
buildium-ruby-2.0.1 | docs/BillPaymentPostMessage.md |