Anchor to SellingPlanPricingPolicyBaseSelling
SellingPlanPricingPolicyBase
interface
Requires access scope.
Represents selling plan pricing policy common fields.
Anchor to FieldsFields
- Anchor to adjustmentTypeadjustment•
Type The price adjustment type.
- Anchor to adjustmentValueadjustment•
Value The price adjustment value.
Was this section helpful?
{
"adjustmentType": "",
"adjustmentValue": ""
}
{
"adjustmentType": "",
"adjustmentValue": ""
}
interface SellingPlanPricingPolicyBase {
adjustmentType: SellingPlanPricingPolicyAdjustmentType!
adjustmentValue: SellingPlanPricingPolicyAdjustmentValue!
}