Sha256: 0631e0d99e35a18af7e592df15441cde78e1cad9c6e3800165b56775aab401c0
Contents?: true
Size: 589 Bytes
Versions: 4
Compression:
Stored size: 589 Bytes
Contents
# Buildium::WorkOrderLineItemMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | General ledger account unique identifier. | [optional] | | **quantity** | **Float** | Line item quantity. | [optional] | | **memo** | **String** | Line item memo. | [optional] | | **unit_price** | **Float** | Line item unit price. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::WorkOrderLineItemMessage.new( gl_account_id: null, quantity: null, memo: null, unit_price: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems