Sha256: c92c544fbe1e1c3def83dc88484606c89ba9e690eeacbf3ff9569c606fc265c5
Contents?: true
Size: 527 Bytes
Versions: 3
Compression:
Stored size: 527 Bytes
Contents
# Buildium::OwnershipAccountRefundLinesPostMessage ## 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. The account must be a liability or income type. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::OwnershipAccountRefundLinesPostMessage.new( amount: null, gl_account_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems