Sha256: 56e6beed14b266538c5d2bb419ffce36668ceff9a259fcb97e3e1658fce145d2
Contents?: true
Size: 725 Bytes
Versions: 2
Compression:
Stored size: 725 Bytes
Contents
# Buildium::InsuredTenantMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Tenant unique identifier. | [optional] | | **first_name** | **String** | First name of the tenant. | [optional] | | **last_name** | **String** | Last name of the tenant. | [optional] | | **is_primary_insured** | **Boolean** | Indicates whether this tenant is the primary insured person on the policy. This only applies to policies with a `CarrierType` of `MSI`. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::InsuredTenantMessage.new( id: null, first_name: null, last_name: null, is_primary_insured: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/InsuredTenantMessage.md |
buildium-ruby-2.1.0 | docs/InsuredTenantMessage.md |