Sha256: befa60b92afba6f20269ec46b4280d7ea6bbe171719790e0035bde6b5002e9cc
Contents?: true
Size: 595 Bytes
Versions: 1
Compression:
Stored size: 595 Bytes
Contents
# Buildium::BillPaymentLineMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_entity** | [**BillPaymentLineMessageAccountingEntity**](BillPaymentLineMessageAccountingEntity.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BillPaymentLineMessage.md |