public static class Storefront.CartCostQuery extends Query<Storefront.CartCostQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CartCostQuery |
checkoutChargeAmount(Storefront.MoneyV2QueryDefinition queryDef)
The estimated amount, before taxes and discounts, for the customer to pay at checkout.
|
Storefront.CartCostQuery |
subtotalAmount(Storefront.MoneyV2QueryDefinition queryDef)
The amount, before taxes and cart-level discounts, for the customer to pay.
|
Storefront.CartCostQuery |
subtotalAmountEstimated()
Whether the subtotal amount is estimated.
|
Storefront.CartCostQuery |
totalAmount(Storefront.MoneyV2QueryDefinition queryDef)
The total amount for the customer to pay.
|
Storefront.CartCostQuery |
totalAmountEstimated()
Whether the total amount is estimated.
|
Storefront.CartCostQuery |
totalDutyAmount(Storefront.MoneyV2QueryDefinition queryDef)
The duty amount for the customer to pay at checkout.
|
Storefront.CartCostQuery |
totalDutyAmountEstimated()
Whether the total duty amount is estimated.
|
Storefront.CartCostQuery |
totalTaxAmount(Storefront.MoneyV2QueryDefinition queryDef)
The tax amount for the customer to pay at checkout.
|
Storefront.CartCostQuery |
totalTaxAmountEstimated()
Whether the total tax amount is estimated.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CartCostQuery checkoutChargeAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartCostQuery subtotalAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartCostQuery subtotalAmountEstimated()
public Storefront.CartCostQuery totalAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartCostQuery totalAmountEstimated()
public Storefront.CartCostQuery totalDutyAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartCostQuery totalDutyAmountEstimated()
public Storefront.CartCostQuery totalTaxAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartCostQuery totalTaxAmountEstimated()