Sha256: ed52406a6b1cc9c6fa3d23ad5e684e10f8bc482e6f88c98334b817531c5f5cc2
Contents?: true
Size: 957 Bytes
Versions: 1
Compression:
Stored size: 957 Bytes
Contents
# Buildium::CreateMultipleBillPaymentsRequest ## 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::CreateMultipleBillPaymentsRequest.new( bank_account_id: null, entry_date: null, queue_checks_for_printing: null, bill_ids: null, vendor_credit_ids: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateMultipleBillPaymentsRequest.md |