Sha256: c10230737aab29e809dbf5fbc41ee9701642828afc7418408a915ff04550c974
Contents?: true
Size: 587 Bytes
Versions: 3
Compression:
Stored size: 587 Bytes
Contents
# Buildium::BillPaymentLineMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_entity** | [**BillPaymentAccountingEntityMessage**](BillPaymentAccountingEntityMessage.md) | | [optional] | | **gl_account_id** | **Integer** | The general ledger account the line item is allocated to. | [optional] | | **amount** | **Float** | Line item amount. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillPaymentLineMessage.new( accounting_entity: null, gl_account_id: null, amount: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BillPaymentLineMessage.md |
buildium-ruby-2.1.0 | docs/BillPaymentLineMessage.md |
buildium-ruby-2.0.1 | docs/BillPaymentLineMessage.md |