Anchor to ManualDiscountApplicationManual
objectManual Discount Application
A discount created manually by a merchant, as opposed to automatic discounts or discount codes. Implements the interface and includes a title, optional description, and the discount value as either a fixed amount or percentage.
Anchor to FieldsFields
- allocationMethod (DiscountApplicationAllocationMethod!)
- description (String)
- targetSelection (DiscountApplicationTargetSelection!)
- targetType (DiscountApplicationTargetType!)
- title (String!)
- value (PricingValue!)
- Anchor to allocationMethodallocation•Discount
Method Application Allocation Method! non-null The method by which the discount's value is allocated to its entitled items.
- Anchor to descriptiondescription•String
The description of the application.
- Anchor to targetSelectiontarget•Discount
Selection Application Target Selection! non-null Which lines of targetType that the discount is allocated over.
- Anchor to targetTypetarget•Discount
Type Application Target Type! non-null The type of line that the discount is applicable towards.
- Anchor to titletitle•String!non-null
The title of the application.
- Anchor to valuevalue•Pricing
Value! non-null The value of the discount application.
Was this section helpful?