Sha256: a41d973e3b0918321a91613341fd94feb74d93ed777a8ea74e2856f286afe2be
Contents?: true
Size: 657 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/VendorInsuranceSaveMessage.md |
buildium-ruby-2.1.0 | docs/VendorInsuranceSaveMessage.md |
buildium-ruby-2.0.1 | docs/VendorInsuranceSaveMessage.md |