Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.03 KB

File metadata and controls

32 lines (26 loc) · 1.03 KB

OpenapiClient::PFLiteSecureQuoteRequest

Properties

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]

Example

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
)