| Name | Type | Description | Notes |
|---|---|---|---|
| merchant_id | String | ||
| broker_fee | Float | [optional] | |
| merchant | PFLiteSecureQuoteRequestMerchant | ||
| insured | PFLiteSecureQuoteRequestInsured | ||
| program | PFLiteSecureQuoteRequestProgram | ||
| policies | Array<PFLiteSecureQuoteRequestPoliciesInner> | ||
| offer_auto_pay | Boolean | [optional] | |
| agent | PFLiteSecureQuoteRequestAgent | [optional] |
require 'openapi_client'
instance = OpenapiClient::PFLiteSecureQuoteRequest.new(
merchant_id: null,
broker_fee: null,
merchant: null,
insured: null,
program: null,
policies: null,
offer_auto_pay: null,
agent: null
)