OrderLineDiscount
type OrderLineDiscount {
amount: Float!
amountType: OrderAmountTypeEnum!
campaignOfferId: String
campaignOfferProductId: String
maxApplicableQuantity: Float
productVolumeDiscountId: String
reason: String
}
Fields
campaignOfferId
StringcampaignOfferProductId
StringmaxApplicableQuantity
FloatproductVolumeDiscountId
Stringreason
String