Sha256: f7c430db0b353eb67035cd2eb84380507636f6f492d927004ccb3b2cb4d48ee4
Contents?: true
Size: 953 Bytes
Versions: 3
Compression:
Stored size: 953 Bytes
Contents
# Buildium::MultipleBillPaymentsPostMessage ## 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. | | | **queue_checks_for_printing** | **Boolean** | Indicates whether to queue local check printing. Bank account associated with the bill must have check printing enabled to be true. | [optional] | | **bill_ids** | **Array<Integer>** | Unique identifiers of bills. | | | **vendor_credit_ids** | **Array<Integer>** | Unique identifiers of the vendor credits to apply to the payment. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::MultipleBillPaymentsPostMessage.new( bank_account_id: null, entry_date: null, queue_checks_for_printing: null, bill_ids: null, vendor_credit_ids: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/MultipleBillPaymentsPostMessage.md |
buildium-ruby-3.0.0 | docs/MultipleBillPaymentsPostMessage.md |
buildium-ruby-2.1.0 | docs/MultipleBillPaymentsPostMessage.md |