Sha256: f503bb327c3381c5b74082cae4a7af197562e322c6336f6994c59dfbce4f678e
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
# Buildium::BankLockboxDataAssociationOwnerMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Association owner unique identifier. | [optional] | | **first_name** | **String** | Association owner first name. | [optional] | | **last_name** | **String** | Association owner last name. | [optional] | | **email** | **String** | Association owner email. | [optional] | | **alternate_email** | **String** | Association owner alternate email. | [optional] | | **phone_numbers** | [**Array<PhoneNumberMessage>**](PhoneNumberMessage.md) | List of phone numbers associated with the association owner. | [optional] | | **delinquency_status** | **String** | Indicates the delinquency status of the association owner. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankLockboxDataAssociationOwnerMessage.new( id: null, first_name: null, last_name: null, email: null, alternate_email: null, phone_numbers: null, delinquency_status: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/BankLockboxDataAssociationOwnerMessage.md |
buildium-ruby-2.1.0 | docs/BankLockboxDataAssociationOwnerMessage.md |