Sha256: c53a681c8b634a473549eb6df30f175cfe7b85b0c91b8a95486e6eabcfa838c1
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# Buildium::BillLinePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Bill line item unique identifier. | [optional] | | **accounting_entity** | [**BillLinePostMessageAccountingEntity**](BillLinePostMessageAccountingEntity.md) | | | | **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. The following general ledger accounts are not valid: Accounts Payable, Accounts Receivable, Undeposited Funds or any general leger account referencing a bank account. | | | **amount** | **Float** | Line item amount. | | | **markup** | [**BillLinePostMessageMarkup**](BillLinePostMessageMarkup.md) | | [optional] | | **memo** | **String** | Memo for the line item. The value cannot exceed 240 characters. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillLinePutMessage.new( id: null, accounting_entity: null, gl_account_id: null, amount: null, markup: null, memo: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BillLinePutMessage.md |