RemoveCatalogVendorCostInput
Input to remove the syndicated catalog vendor cost for a pricing plan.
This page contains
Fields
| pricingPlanId ID! | Unique identifier of the pricing plan whose catalog vendor cost is being removed |
| removeFlatFee Boolean | If true, the catalog vendor cost set for the flat fee will be removed Default value: false |
| removeSetupFee Boolean | If true, the catalog vendor cost set for the setup fee will be removed Default value: false |
| removeContractFee Boolean | If true, the catalog vendor cost set for the contract fee will be removed Default value: false |
| removeUnits [RemoveUnitCostInput!] PREVIEW | List of units for which the catalog vendor cost should be removed |
Mutations for RemoveCatalogVendorCostInput
| removeCatalogVendorCost PREVIEW | Remove the syndicated catalog vendor cost for a pricing plan in the context of a partner so the plan inherits the catalog cost again. Idempotent when no override exists. |