Sha256: a41d973e3b0918321a91613341fd94feb74d93ed777a8ea74e2856f286afe2be
Contents?: true
Size: 657 Bytes
Versions: 4
Compression:
Stored size: 657 Bytes
Contents
# Buildium::VendorInsuranceSaveMessage ## 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::VendorInsuranceSaveMessage.new( provider: null, policy_number: null, expiration_date: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems