Sha256: 079e6b4047bce3cbc2288efa54794bf4ff7e55ef6b5c6ef7595827473d7384f6
Contents?: true
Size: 604 Bytes
Versions: 1
Compression:
Stored size: 604 Bytes
Contents
# Buildium::BillPaymentLineMessageAccountingEntity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The accounting entity unique identifier. | [optional] | | **accounting_entity_type** | **String** | Indicates the type of the accounting entity. | [optional] | | **unit_id** | **Integer** | The unit unique identifier for the accounting entity | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillPaymentLineMessageAccountingEntity.new( id: null, accounting_entity_type: null, unit_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BillPaymentLineMessageAccountingEntity.md |