PriceDefinitionItem
Represents details of price definition item
This page contains
Fields
pricingUnit: String | Pricing unit of item |
customMeteredUsage: Boolean! | True, if plan is configured for custom metered usage |
costType: CostType! PREVIEW | Cost type of item |
costId: String | Edition pricing item uuid of item |
costTypeCategory: CostTypeCategory! PREVIEW | Cost type category of item |
source: Source PREVIEW | Source of price definition item |
sources: [PriceDefinitionItemSource!] PREVIEW | Sources of price definition item |
Parent objects of PriceDefinitionItem
PriceDefinition PREVIEW | This is a stub of the PriceDefinition entity, defined in AppDirect/pricing. https://github.com/AppDirect/pricing/blob/b2c0433cad4d9a825e58792503a8bbd5fb636b5e/pricing-graphql/src/main/resources/price-definition.graphqls#L94 |
Queries for PriceDefinitionItem
priceDefinition PREVIEW | Returns price definition by id |
priceDefinitionByExternalRef PREVIEW | Returns price definitions of type BASE and DISCOUNT by external reference |