Execution Settings Input

Input representation of the execution settings for a ramp deal.
JSON example
1"executionSettings": {
2       "executePricing": true,
3       "executeConfigRules": false
4   }
Properties
Name Type Description Required or Optional Available Version
execute​ConfigRules Boolean Indicates whether to run configuration rules (true) or not (false). The default value is true. Optional 62.0
execute​Pricing Boolean Indicates whether to run pricing request (true) or not (false). The default value is true. Optional 62.0