public static class Storefront.SellingPlanQuery extends Query<Storefront.SellingPlanQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.SellingPlanQuery |
checkoutCharge(Storefront.SellingPlanCheckoutChargeQueryDefinition queryDef)
The initial payment due for the purchase.
|
Storefront.SellingPlanQuery |
description()
The description of the selling plan.
|
Storefront.SellingPlanQuery |
id()
A globally-unique identifier.
|
Storefront.SellingPlanQuery |
name()
The name of the selling plan.
|
Storefront.SellingPlanQuery |
options(Storefront.SellingPlanOptionQueryDefinition queryDef)
The selling plan options available in the drop-down list in the storefront.
|
Storefront.SellingPlanQuery |
priceAdjustments(Storefront.SellingPlanPriceAdjustmentQueryDefinition queryDef)
The price adjustments that a selling plan makes when a variant is purchased with a selling plan.
|
Storefront.SellingPlanQuery |
recurringDeliveries()
Whether purchasing the selling plan will result in multiple deliveries.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.SellingPlanQuery checkoutCharge(Storefront.SellingPlanCheckoutChargeQueryDefinition queryDef)
public Storefront.SellingPlanQuery description()
public Storefront.SellingPlanQuery id()
public Storefront.SellingPlanQuery name()
public Storefront.SellingPlanQuery options(Storefront.SellingPlanOptionQueryDefinition queryDef)
public Storefront.SellingPlanQuery priceAdjustments(Storefront.SellingPlanPriceAdjustmentQueryDefinition queryDef)
public Storefront.SellingPlanQuery recurringDeliveries()