On this pageOrderLineDiscountInputtype OrderLineDiscountInput { amount: Float! amountType: OrderAmountTypeEnum! maxApplicableQuantity: Float reason: String}CopyFieldsamountFloat!requiredIt is the amount of the discount.amountTypeOrderAmountTypeEnum!requiredIt is the amount type enum.maxApplicableQuantityFloatreasonStringIt is the reason of the discount.