Sha256: 1ec2d37be75ecf7e6867546a10bf56308c1de4fab6a60a4e561f63e2ba6cb630
Contents?: true
Size: 957 Bytes
Versions: 3
Compression:
Stored size: 957 Bytes
Contents
# Buildium::BillLinePostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_entity** | [**AccountingEntitySaveMessage**](AccountingEntitySaveMessage.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** | [**BillMarkupSaveMessage**](BillMarkupSaveMessage.md) | | [optional] | | **memo** | **String** | Memo for the line item. The value cannot exceed 240 characters. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillLinePostMessage.new( accounting_entity: null, gl_account_id: null, amount: null, markup: null, memo: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BillLinePostMessage.md |
buildium-ruby-2.1.0 | docs/BillLinePostMessage.md |
buildium-ruby-2.0.1 | docs/BillLinePostMessage.md |