public static class Storefront.SellingPlanAllocationQuery extends Query<Storefront.SellingPlanAllocationQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.SellingPlanAllocationQuery |
checkoutChargeAmount(Storefront.MoneyV2QueryDefinition queryDef)
The checkout charge amount due for the purchase.
|
Storefront.SellingPlanAllocationQuery |
priceAdjustments(Storefront.SellingPlanAllocationPriceAdjustmentQueryDefinition queryDef)
A list of price adjustments, with a maximum of two.
|
Storefront.SellingPlanAllocationQuery |
remainingBalanceChargeAmount(Storefront.MoneyV2QueryDefinition queryDef)
The remaining balance charge amount due for the purchase.
|
Storefront.SellingPlanAllocationQuery |
sellingPlan(Storefront.SellingPlanQueryDefinition queryDef)
A representation of how products and variants can be sold and purchased.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.SellingPlanAllocationQuery checkoutChargeAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.SellingPlanAllocationQuery priceAdjustments(Storefront.SellingPlanAllocationPriceAdjustmentQueryDefinition queryDef)
public Storefront.SellingPlanAllocationQuery remainingBalanceChargeAmount(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.SellingPlanAllocationQuery sellingPlan(Storefront.SellingPlanQueryDefinition queryDef)