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