Insurance Quote Config Options

Input representation of insurance quote line item related objects.
JSON example
"configOptions": {
    "executePricing": false,
    "validateProductCatalog": false,
    "executeConfigurationRules": false,
    "executeQualificationRules": false
  }
Properties
Name Type Description Required or Optional Available Version
executeConfigurationRules Boolean Indicates whether to execute configuration rules as part of insurance quote. Optional 63.0
executePricing Boolean Indicates whether to execute NGP Pricing as part of insurance quote. Optional 63.0
executeQualificationRules Boolean Indicates whether to execute qualification rules as part of insurance quote. Optional 63.0
validateProductCatalog Boolean Indicates whether to execute product catalog validation as part of insurance quote. Optional 63.0