public static class Storefront.SellingPlanAllocationPriceAdjustmentQuery extends Query<Storefront.SellingPlanAllocationPriceAdjustmentQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.SellingPlanAllocationPriceAdjustmentQuery |
compareAtPrice(Storefront.MoneyV2QueryDefinition queryDef)
The price of the variant when it's purchased without a selling plan for the same number of
deliveries.
|
Storefront.SellingPlanAllocationPriceAdjustmentQuery |
perDeliveryPrice(Storefront.MoneyV2QueryDefinition queryDef)
The effective price for a single delivery.
|
Storefront.SellingPlanAllocationPriceAdjustmentQuery |
price(Storefront.MoneyV2QueryDefinition queryDef)
The price of the variant when it's purchased with a selling plan For example, for a prepaid
subscription plan that includes 6 deliveries of $10.00 granola, where the customer gets 20% off, the
price is 6 x $10.00 x 0.80 = $48.00.
|
Storefront.SellingPlanAllocationPriceAdjustmentQuery |
unitPrice(Storefront.MoneyV2QueryDefinition queryDef)
The resulting price per unit for the variant associated with the selling plan.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.SellingPlanAllocationPriceAdjustmentQuery compareAtPrice(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.SellingPlanAllocationPriceAdjustmentQuery perDeliveryPrice(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.SellingPlanAllocationPriceAdjustmentQuery price(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.SellingPlanAllocationPriceAdjustmentQuery unitPrice(Storefront.MoneyV2QueryDefinition queryDef)