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