Sha256: 79de7d909c507c03df8f93cd735f68cac9ec5c603223ffe63cb9d1a4ae43fd28
Contents?: true
Size: 589 Bytes
Versions: 1
Compression:
Stored size: 589 Bytes
Contents
# Buildium::BankAccountCheckLineSaveMessageAccountingEntity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The accounting entity unique identifier. | | | **accounting_entity_type** | **String** | The type of accounting entity. | | | **unit_id** | **Integer** | The unit unique identifier for the accounting entity. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountCheckLineSaveMessageAccountingEntity.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/BankAccountCheckLineSaveMessageAccountingEntity.md |