public static class Storefront.CartLineEstimatedCostQuery extends Query<Storefront.CartLineEstimatedCostQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CartLineEstimatedCostQuery |
amount(Storefront.MoneyV2QueryDefinition queryDef)
The amount of the merchandise line.
|
Storefront.CartLineEstimatedCostQuery |
compareAtAmount(Storefront.MoneyV2QueryDefinition queryDef)
The compare at amount of the merchandise line.
|
Storefront.CartLineEstimatedCostQuery |
subtotalAmount(Storefront.MoneyV2QueryDefinition queryDef)
The estimated cost of the merchandise line before discounts.
|
Storefront.CartLineEstimatedCostQuery |
totalAmount(Storefront.MoneyV2QueryDefinition queryDef)
The estimated total cost of the merchandise line.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CartLineEstimatedCostQuery amount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartLineEstimatedCostQuery compareAtAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartLineEstimatedCostQuery subtotalAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartLineEstimatedCostQuery totalAmount(Storefront.MoneyV2QueryDefinition queryDef)