Sha256: b9113ddb7ca4b6df046ec410b19e2d71c83e1bd9d0b41ab67b076a7dfd94d5e7
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
# Buildium::BillPaymentMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Bill payment unique identifier. | [optional] | | **bank_account_id** | **Integer** | Unique identifier of the bank account that the payment was made from. | [optional] | | **entry_date** | **Date** | Date the payment was made. | [optional] | | **memo** | **String** | A high-level description of the payment. | [optional] | | **check_number** | **String** | Number of the check used to make the payment. | [optional] | | **paid_bill_ids** | **Array<Integer>** | A collection of bill identifiers that the payment was applied to. | [optional] | | **applied_vendor_credits** | [**Array<AppliedVendorCreditMessage>**](AppliedVendorCreditMessage.md) | A collection of vendor credits that was applied in the bill payment. | [optional] | | **lines** | [**Array<BillPaymentLineMessage>**](BillPaymentLineMessage.md) | A collection of payment line items. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillPaymentMessage.new( id: null, bank_account_id: null, entry_date: null, memo: null, check_number: null, paid_bill_ids: null, applied_vendor_credits: null, lines: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BillPaymentMessage.md |
buildium-ruby-3.0.0 | docs/BillPaymentMessage.md |
buildium-ruby-2.1.0 | docs/BillPaymentMessage.md |