Sha256: a825f723f4e47348e75ec0f67d854fec5ccbc9b4637eac781ef6a84c41d311be
Contents?: true
Size: 669 Bytes
Versions: 1
Compression:
Stored size: 669 Bytes
Contents
# Buildium::VendorPostMessageVendorInsurance ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **provider** | **String** | Insurance provider. This value can not exceed 65 characters. | [optional] | | **policy_number** | **String** | Insurance policy number. This value can not exceed 65 characters. | [optional] | | **expiration_date** | **Date** | Expiration date of the insurance policy. The date must be formatted as YYYY-MM-DD. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::VendorPostMessageVendorInsurance.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/VendorPostMessageVendorInsurance.md |