Object Index
/ Definition
You are viewing an old version of the API
OrderLineItemDiscount
Object Index / Definition
Represents a discount that applies to one or more line items in an order
Fixed-amount, order-scoped discounts are distributed across all non-zero line item totals. The amount distributed to each line item is relative to the amount contributed by the item to the order subtotal.
Properties
Name | Description |
---|---|
amount_money
|
The total declared monetary amount of the discount.
|
applied_money
|
The amount of discount actually applied to the line item. Represents the amount of money applied as a line item-scoped discount.
When an amount-based discount is scoped to the entire order, the value
of |
catalog_object_id
|
The catalog object id referencing CatalogDiscount. |
metadata
Beta
|
Application-defined data attached to this discount. Metadata fields are intended to store descriptive references or associations with an entity in another system or store brief information about the object. Square does not process this field; it only stores and returns it in relevant API calls. Do not use metadata to store any sensitive information (personally identifiable information, card details, etc.). Keys written by applications must be 60 characters or less and must be in the character set
Values have a max length of 255 characters. An application may have up to 10 entries per metadata field. Entries written by applications are private and can only be read or modified by the same application. See Metadata for more information. |
name
|
The discount's name. |
percentage
|
The percentage of the discount, as a string representation of a decimal number.
A value of
|
scope
|
Indicates the level at which the discount applies. For This field is immutable. To change the scope of a discount you must delete the discount and re-add it as a new discount. |
type
|
The type of the discount. Discounts that don't reference a catalog object ID must have a type of
|
uid
Beta
|
Unique ID that identifies the discount only within this order. |