CreatePriceDefinitionInput
Input for creating price definition
This page contains
Fields
parentPriceDefinitionId ID | Parent price definition id |
productId ID! | Unique identifier of an application |
editionId ID! | Unique identifier of an edition |
pricingPlanId ID! | Unique identifier of an pricing plan |
type PriceDefinitionType! PREVIEW | Price definition type |
items [PriceDefinitionItemInput!] PREVIEW | Price definition items defining the prices for different cost types |
externalReferences [ExternalReferenceInput!] PREVIEW | External references for price definition |
Mutations for CreatePriceDefinitionInput
createPriceDefinition PREVIEW | Create price definition |