public static class Storefront.CartDeliveryOptionQuery extends Query<Storefront.CartDeliveryOptionQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CartDeliveryOptionQuery |
code()
The code of the delivery option.
|
Storefront.CartDeliveryOptionQuery |
deliveryMethodType()
The method for the delivery option.
|
Storefront.CartDeliveryOptionQuery |
description()
The description of the delivery option.
|
Storefront.CartDeliveryOptionQuery |
estimatedCost(Storefront.MoneyV2QueryDefinition queryDef)
The estimated cost for the delivery option.
|
Storefront.CartDeliveryOptionQuery |
handle()
The unique identifier of the delivery option.
|
Storefront.CartDeliveryOptionQuery |
title()
The title of the delivery option.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CartDeliveryOptionQuery code()
public Storefront.CartDeliveryOptionQuery deliveryMethodType()
public Storefront.CartDeliveryOptionQuery description()
public Storefront.CartDeliveryOptionQuery estimatedCost(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CartDeliveryOptionQuery handle()
public Storefront.CartDeliveryOptionQuery title()