CreateOrderRequestDiscount

October 23, 2019 ยท View on GitHub

Description

Deprecated: Please use the OrderLineItemDiscount type in the order field of CreateOrderRequest instead. Represents a discount that can apply to either a single line item or an entire order. Note: This model is deprecated.

Properties

NameTypeDescriptionNotes
catalogObjectIdStringOnly used for catalog discounts. The catalog object ID for an existing `CatalogDiscount`. Do not provide a value for this field if you provide values in other fields for an ad hoc discount.[optional]
nameStringOnly used for ad hoc discounts. The discount's name.[optional]
percentageStringOnly used for ad hoc discounts. The percentage of the discount, as a string representation of a decimal number. A value of `7.25` corresponds to a percentage of 7.25%. This value range between 0.0 up to 100.0[optional]
amountMoneyMoneyOnly used for ad hoc discounts. The monetary amount of the discount.[optional]