DiscountOrderField
Discount order fields
enum DiscountOrderField {
ID
VALID_FROM
VALID_UNTIL
}
Values
DiscountOrderField.ID
Order discounts by their id
DiscountOrderField.VALID_FROM
Order discounts by the valid from date
DiscountOrderField.VALID_UNTIL
Order discounts by the valid until date
Member Of
DiscountOrderInput
input