Sha256: 998803980c6050eea932dd09a1f4d6ca5b5a3a60c6843ec33bb2fe5c4ca42504
Contents?: true
Size: 609 Bytes
Versions: 4
Compression:
Stored size: 609 Bytes
Contents
# Buildium::LeaseChargeLineSaveMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | Line item amount. | | | **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. | | | **reference_number** | **String** | Reference number for the line item. The value cannot exceed 30 characters. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseChargeLineSaveMessage.new( amount: null, gl_account_id: null, reference_number: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems