public static class Storefront.CartInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CartInput() |
public java.util.List<Storefront.AttributeInput> getAttributes()
public Input<java.util.List<Storefront.AttributeInput>> getAttributesInput()
public Storefront.CartInput setAttributes(java.util.List<Storefront.AttributeInput> attributes)
public Storefront.CartInput setAttributesInput(Input<java.util.List<Storefront.AttributeInput>> attributes)
public java.util.List<Storefront.CartLineInput> getLines()
public Input<java.util.List<Storefront.CartLineInput>> getLinesInput()
public Storefront.CartInput setLines(java.util.List<Storefront.CartLineInput> lines)
public Storefront.CartInput setLinesInput(Input<java.util.List<Storefront.CartLineInput>> lines)
public java.util.List<java.lang.String> getDiscountCodes()
public Input<java.util.List<java.lang.String>> getDiscountCodesInput()
public Storefront.CartInput setDiscountCodes(java.util.List<java.lang.String> discountCodes)
public Storefront.CartInput setDiscountCodesInput(Input<java.util.List<java.lang.String>> discountCodes)
public java.util.List<java.lang.String> getGiftCardCodes()
public Input<java.util.List<java.lang.String>> getGiftCardCodesInput()
public Storefront.CartInput setGiftCardCodes(java.util.List<java.lang.String> giftCardCodes)
public Storefront.CartInput setGiftCardCodesInput(Input<java.util.List<java.lang.String>> giftCardCodes)
public java.lang.String getNote()
public Input<java.lang.String> getNoteInput()
public Storefront.CartInput setNote(java.lang.String note)
public Storefront.CartInput setNoteInput(Input<java.lang.String> note)
public Storefront.CartBuyerIdentityInput getBuyerIdentity()
public Input<Storefront.CartBuyerIdentityInput> getBuyerIdentityInput()
public Storefront.CartInput setBuyerIdentity(Storefront.CartBuyerIdentityInput buyerIdentity)
public Storefront.CartInput setBuyerIdentityInput(Input<Storefront.CartBuyerIdentityInput> buyerIdentity)
public java.util.List<Storefront.CartInputMetafieldInput> getMetafields()
public Input<java.util.List<Storefront.CartInputMetafieldInput>> getMetafieldsInput()
public Storefront.CartInput setMetafields(java.util.List<Storefront.CartInputMetafieldInput> metafields)
public Storefront.CartInput setMetafieldsInput(Input<java.util.List<Storefront.CartInputMetafieldInput>> metafields)
public void appendTo(java.lang.StringBuilder _queryBuilder)