public static class Storefront.CheckoutLineItemQuery
extends <any>
| Modifier and Type | Method and Description |
|---|---|
Storefront.CheckoutLineItemQuery |
customAttributes(Storefront.AttributeQueryDefinition queryDef)
Extra information in the form of an array of Key-Value pairs about the line item.
|
Storefront.CheckoutLineItemQuery |
discountAllocations(Storefront.DiscountAllocationQueryDefinition queryDef)
The discounts that have been allocated onto the checkout line item by discount applications.
|
Storefront.CheckoutLineItemQuery |
quantity()
The quantity of the line item.
|
Storefront.CheckoutLineItemQuery |
title()
Title of the line item.
|
Storefront.CheckoutLineItemQuery |
unitPrice(Storefront.MoneyV2QueryDefinition queryDef)
Unit price of the line item.
|
Storefront.CheckoutLineItemQuery |
variant(Storefront.ProductVariantQueryDefinition queryDef)
Product variant of the line item.
|
public Storefront.CheckoutLineItemQuery customAttributes(Storefront.AttributeQueryDefinition queryDef)
public Storefront.CheckoutLineItemQuery discountAllocations(Storefront.DiscountAllocationQueryDefinition queryDef)
public Storefront.CheckoutLineItemQuery quantity()
public Storefront.CheckoutLineItemQuery title()
public Storefront.CheckoutLineItemQuery unitPrice(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.CheckoutLineItemQuery variant(Storefront.ProductVariantQueryDefinition queryDef)