Sha256: 0671d491506551c11b44920106f9c7bfef5b7d034abbde228c01f25e46d4c952
Contents?: true
Size: 596 Bytes
Versions: 3
Compression:
Stored size: 596 Bytes
Contents
# Buildium::BillPaymentAccountingEntityMessage ## 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::BillPaymentAccountingEntityMessage.new( id: null, accounting_entity_type: null, unit_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems