Sha256: 28e368fd4f85df99f20547bbc79b14cc189e130a05c6888e88fdb0bced65657c
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# Buildium::VendorCreditLineItemMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Vendor credit line item unique identifier. | [optional] | | **gl_account_id** | **Integer** | Unique identifier of the general ledger account associated with the vendor credit. | [optional] | | **amount** | **Float** | Amount of the vendor credit line item. | [optional] | | **memo** | **String** | Memo for the vendor credit line item. | [optional] | | **accounting_entity** | [**VendorCreditLineItemMessageAccountingEntity**](VendorCreditLineItemMessageAccountingEntity.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::VendorCreditLineItemMessage.new( id: null, gl_account_id: null, amount: null, memo: null, accounting_entity: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/VendorCreditLineItemMessage.md |