Sha256: 53a227e44a113985bbc7818bf8c1eca04634866ced8e90e35356d5107f9000d1
Contents?: true
Size: 693 Bytes
Versions: 1
Compression:
Stored size: 693 Bytes
Contents
# Buildium::BankAccountCheckLineMessageAccountingEntity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The accounting entity unique identifier. | [optional] | | **accounting_entity_type** | **String** | The type of accounting entity. | [optional] | | **href** | **String** | A link to the accounting entity resource. | [optional] | | **unit** | [**AccountingEntityMessageUnit**](AccountingEntityMessageUnit.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountCheckLineMessageAccountingEntity.new( id: null, accounting_entity_type: null, href: null, unit: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountCheckLineMessageAccountingEntity.md |