Sha256: 29d6f27f3ebbe083ca236a3a19c8cd84ebb1118d6ba9b8c2987c2939cc9f13b6
Contents?: true
Size: 695 Bytes
Versions: 1
Compression:
Stored size: 695 Bytes
Contents
# Buildium::BankAccountWithdrawalMessageAccountingEntity ## 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::BankAccountWithdrawalMessageAccountingEntity.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/BankAccountWithdrawalMessageAccountingEntity.md |