public interface CartShippingInfoQueryModel<T>
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPriceQueryModel<T> |
discountedPrice() |
MoneyQueryModel<T> |
price() |
ReferenceOptionalQueryModel<T,ShippingMethod> |
shippingMethod() |
StringQueryModel<T> |
shippingMethodName() |
TaxRateQueryModel<T> |
taxRate() |
StringQueryModel<T> shippingMethodName()
MoneyQueryModel<T> price()
TaxRateQueryModel<T> taxRate()
ReferenceOptionalQueryModel<T,ShippingMethod> shippingMethod()
DiscountedLineItemPriceQueryModel<T> discountedPrice()