Sha256: eb4c933bdbc610525a8f46b7cab239856accad0ac59d3a96851d805e4b1d6bdc
Contents?: true
Size: 604 Bytes
Versions: 1
Compression:
Stored size: 604 Bytes
Contents
# Buildium::BillLineItemPatchMessageAccountingEntity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The unique identifier of the accounting entity | [optional] | | **accounting_entity_type** | **String** | 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::BillLineItemPatchMessageAccountingEntity.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/BillLineItemPatchMessageAccountingEntity.md |