Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 598 Bytes

File metadata and controls

26 lines (14 loc) · 598 Bytes

QuoteUpdateRequestSettings

Section settings. Denotes whether a section is optional or selected, and selection type inside the section - single, multiple, or custom.

Properties

Name Type Description Notes
optional Boolean [optional]
selected Boolean [optional]
selectionType SelectionTypeEnum [optional]

Enum: SelectionTypeEnum

Name Value
CUSTOM "custom"
SINGLE "single"
MULTIPLE "multiple"