| Name | Type | Description | Notes |
|---|---|---|---|
| unique_id | String | This denotes the Unique ID. | [optional] |
| String | This denotes the email of the agent. | [optional] | |
| care_of | String | This denotes the CareOf of the agent. | [optional] |
| address | PFLiteSecureQuoteRequestAgentAddress | [optional] |
require 'openapi_client'
instance = OpenapiClient::PFLiteSecureQuoteRequestAgent.new(
unique_id: null,
email: null,
care_of: null,
address: null
)