Sha256: c9fcb1135b16945d919264d397a1d3776b4ef4ec79aeff6be351ce63d29b8e62
Contents?: true
Size: 809 Bytes
Versions: 3
Compression:
Stored size: 809 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** | [**AccountingEntityMessage**](AccountingEntityMessage.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/VendorCreditLineItemMessage.md |
buildium-ruby-2.1.0 | docs/VendorCreditLineItemMessage.md |
buildium-ruby-2.0.1 | docs/VendorCreditLineItemMessage.md |