Sha256: f160a3029148d66678ec149e234723c21396823ec2e5cd428be02e98c9a721a3
Contents?: true
Size: 1.31 KB
Versions: 2
Compression:
Stored size: 1.31 KB
Contents
# Buildium::RentersInsurancePolicyMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Renters insurance policy unique identifier. | [optional] | | **insurance_company** | **String** | The name of the insurance company that issued the policy. | [optional] | | **carrier_type** | **String** | The carrier type for the policy. | [optional] | | **policy_identifier** | **String** | The policy identifier. | [optional] | | **effective_date** | **Date** | The date that the policy becomes effective. | [optional] | | **expiration_date** | **Date** | The date that the policy expires. | [optional] | | **cancellation_date** | **Date** | The cancellation date of the policy. This only applies to policies with a `CarrierType` of `MSI`, and is independent of `ExpirationDate`. | [optional] | | **insured_tenants** | [**Array<InsuredTenantMessage>**](InsuredTenantMessage.md) | A collection of tenants associated with this policy. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentersInsurancePolicyMessage.new( id: null, insurance_company: null, carrier_type: null, policy_identifier: null, effective_date: null, expiration_date: null, cancellation_date: null, insured_tenants: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/RentersInsurancePolicyMessage.md |
buildium-ruby-2.1.0 | docs/RentersInsurancePolicyMessage.md |