public static class Storefront.ManualDiscountApplicationQuery extends Query<Storefront.ManualDiscountApplicationQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.ManualDiscountApplicationQuery |
allocationMethod()
The method by which the discount's value is allocated to its entitled items.
|
Storefront.ManualDiscountApplicationQuery |
description()
The description of the application.
|
Storefront.ManualDiscountApplicationQuery |
targetSelection()
Which lines of targetType that the discount is allocated over.
|
Storefront.ManualDiscountApplicationQuery |
targetType()
The type of line that the discount is applicable towards.
|
Storefront.ManualDiscountApplicationQuery |
title()
The title of the application.
|
Storefront.ManualDiscountApplicationQuery |
value(Storefront.PricingValueQueryDefinition queryDef)
The value of the discount application.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.ManualDiscountApplicationQuery allocationMethod()
public Storefront.ManualDiscountApplicationQuery description()
public Storefront.ManualDiscountApplicationQuery targetSelection()
public Storefront.ManualDiscountApplicationQuery targetType()
public Storefront.ManualDiscountApplicationQuery title()
public Storefront.ManualDiscountApplicationQuery value(Storefront.PricingValueQueryDefinition queryDef)