| Name | Type | Description | Notes |
|---|---|---|---|
| address1 | String | ||
| address2 | String | [optional] | |
| city | String | ||
| state | String | ||
| zip | String | ||
| phone_number | String | [optional] |
require 'openapi_client'
instance = OpenapiClient::PFLiteSecureQuoteRequestInsuredAddress.new(
address1: null,
address2: null,
city: null,
state: null,
zip: null,
phone_number: null
)