Sha256: ddae258ce3ee55db3ddf6611ab9f1bbcdcc114147d9f69f7a18d40c7e546b70e
Contents?: true
Size: 1.35 KB
Versions: 4
Compression:
Stored size: 1.35 KB
Contents
# Buildium::AssociationOwnershipAccountMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Association ownership account unique identifier. | [optional] | | **association_id** | **Integer** | Association unique identifier that the ownership account belongs to. | [optional] | | **unit_id** | **Integer** | Association unit unique identifier that the ownership account is related to. | [optional] | | **status** | **String** | Indicates the status of the ownership account. | [optional] | | **date_of_purchase** | **Date** | Date the unit(s) where purchased by the owner. | [optional] | | **date_of_sale** | **Date** | Date the unit(s) where sold by the owner. | [optional] | | **comments** | **String** | Comments about the ownership account. | [optional] | | **association_owner_ids** | **Array<Integer>** | Association owners associated with the ownership account | [optional] | | **delinquency_status** | **String** | Indicates the delinquency status of the ownership account | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationOwnershipAccountMessage.new( id: null, association_id: null, unit_id: null, status: null, date_of_purchase: null, date_of_sale: null, comments: null, association_owner_ids: null, delinquency_status: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems