Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 599 Bytes

File metadata and controls

28 lines (22 loc) · 599 Bytes

OpenapiClient::PFLiteSecureQuoteRequestInsuredAddress

Properties

Name Type Description Notes
address1 String
address2 String [optional]
city String
state String
zip String
phone_number String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::PFLiteSecureQuoteRequestInsuredAddress.new(
  address1: null,
  address2: null,
  city: null,
  state: null,
  zip: null,
  phone_number: null
)