Skip to main content

OrderLineDiscountInput

type OrderLineDiscountInput {
amount: Float!
amountType: OrderAmountTypeEnum!
maxApplicableQuantity: Float
reason: String
}

Fields

amountFloat!required

It is the amount of the discount.

amountTypeOrderAmountTypeEnum!required

It is the amount type enum.

maxApplicableQuantityFloat
reasonString

It is the reason of the discount.