Sha256: a9547f6f26883997f8b520595d44b41f5c3c8c292c33d8d28a27f7233b598cf1
Contents?: true
Size: 587 Bytes
Versions: 2
Compression:
Stored size: 587 Bytes
Contents
# Buildium::BankAccountTransferAccountingEntitySaveMessage ## 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::BankAccountTransferAccountingEntitySaveMessage.new( id: null, accounting_entity_type: null, unit_id: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BankAccountTransferAccountingEntitySaveMessage.md |
buildium-ruby-2.1.0 | docs/BankAccountTransferAccountingEntitySaveMessage.md |