Sha256: 3e236904dfbad9234e829824d10fa60b128c0a146ca51b9789bd68295e314d07
Contents?: true
Size: 833 Bytes
Versions: 2
Compression:
Stored size: 833 Bytes
Contents
# Buildium::GeneralJournalEntryLineSaveMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gl_account_id** | **Integer** | The general ledger account identifier under which the line item amount will be recorded. Query the General Ledger Account endpoint <a href=\"#operation/AccountingGetAllGLAccounts\">Get All GLAccounts</a> for a listing of available accounts. | | | **memo** | **String** | Memo for the line item. | [optional] | | **posting_type** | **String** | The posting type for the line item. | | | **amount** | **Float** | Amount of the line item. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::GeneralJournalEntryLineSaveMessage.new( gl_account_id: null, memo: null, posting_type: null, amount: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/GeneralJournalEntryLineSaveMessage.md |
buildium-ruby-2.1.0 | docs/GeneralJournalEntryLineSaveMessage.md |