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.
Name | Type | Description | Notes |
---|---|---|---|
catalogObjectId | String | Only 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] |
name | String | Only used for ad hoc discounts. The discount's name. | [optional] |
percentage | String | Only 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] |
amountMoney | Money | Only used for ad hoc discounts. The monetary amount of the discount. | [optional] |