Objects
CampaignPriceType
Type containing campaign price information
Type containing campaign price information
type CampaignPriceType {
quantity: Int!
discount: Decimal!
discountPercentage: Decimal!
price: PriceType
}
Fields
quantity ● Int! non-null scalar required
Campaign price quantity
discount ● Decimal! non-null scalar required
Campaign price discount
discountPercentage ● Decimal! non-null scalar required
Campaign price discount percentage
price ● PriceType object
Campaign price
Member Of
CampaignType object