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