public static class Storefront.CheckoutLineItemInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CheckoutLineItemInput(int quantity,
ID variantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.StringBuilder _queryBuilder) |
java.util.List<Storefront.AttributeInput> |
getCustomAttributes() |
<any> |
getCustomAttributesInput() |
int |
getQuantity() |
ID |
getVariantId() |
Storefront.CheckoutLineItemInput |
setCustomAttributes(java.util.List<Storefront.AttributeInput> customAttributes) |
Storefront.CheckoutLineItemInput |
setCustomAttributesInput(<any> customAttributes) |
Storefront.CheckoutLineItemInput |
setQuantity(int quantity) |
Storefront.CheckoutLineItemInput |
setVariantId(ID variantId) |
public int getQuantity()
public Storefront.CheckoutLineItemInput setQuantity(int quantity)
public ID getVariantId()
public Storefront.CheckoutLineItemInput setVariantId(ID variantId)
public java.util.List<Storefront.AttributeInput> getCustomAttributes()
public <any> getCustomAttributesInput()
public Storefront.CheckoutLineItemInput setCustomAttributes(java.util.List<Storefront.AttributeInput> customAttributes)
public Storefront.CheckoutLineItemInput setCustomAttributesInput(<any> customAttributes)
public void appendTo(java.lang.StringBuilder _queryBuilder)