Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 683 Bytes

File metadata and controls

28 lines (22 loc) · 683 Bytes

OpenapiClient::PFLiteGenerateQuoteResponseItemESignResult

Properties

Name Type Description Notes
processed Boolean [optional]
message String [optional]
batch_id String [optional]
agent_url String [optional]
insured_url String [optional]
e_sign_option Integer [optional]

Example

require 'openapi_client'

instance = OpenapiClient::PFLiteGenerateQuoteResponseItemESignResult.new(
  processed: null,
  message: null,
  batch_id: null,
  agent_url: null,
  insured_url: null,
  e_sign_option: null
)