Sha256: 849adc5f6135f2d8c2ce1544291ac3064ebecb5407c08c51a6c933b18e2f7f45
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 Bytes
Contents
# Buildium::VendorMessageVendorInsurance ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **provider** | **String** | Insurance provider. | [optional] | | **policy_number** | **String** | Insurance policy number. | [optional] | | **expiration_date** | **Time** | Expiration date of the insurance policy. Null if no expiration exists. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::VendorMessageVendorInsurance.new( provider: null, policy_number: null, expiration_date: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/VendorMessageVendorInsurance.md |