Sha256: 2a20f2c13eea7f9817a49ef1f7c712c2821a0ffdcc45a2b9932f71d30f0e5382

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

# Buildium::BillLinePutMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Bill line item unique identifier. | [optional] |
| **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::BillLinePutMessage.new(
  id: null,
  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/BillLinePutMessage.md
buildium-ruby-2.1.0 docs/BillLinePutMessage.md
buildium-ruby-2.0.1 docs/BillLinePutMessage.md