Sha256: 96fa7b3062006c9f4ba9133cc3714f4baca6f0fc58e968479ce1271f99b16292
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# Buildium::BillLineItemPatchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Bill line item unique identifier. | [optional] | | **accounting_entity** | [**BillLineItemPatchMessageAccountingEntity**](BillLineItemPatchMessageAccountingEntity.md) | | [optional] | | **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. | [optional] | | **amount** | **Float** | Line item amount. | [optional] | | **markup** | [**BillLineItemPatchMessageMarkup**](BillLineItemPatchMessageMarkup.md) | | [optional] | | **memo** | **String** | Memo for the line item. The value cannot exceed 240 characters. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillLineItemPatchMessage.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/BillLineItemPatchMessage.md |