public static class Storefront.ShopPayPaymentRequestLineItemInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ShopPayPaymentRequestLineItemInput(int quantity) |
public ShopPayPaymentRequestLineItemInput(int quantity)
public int getQuantity()
public Storefront.ShopPayPaymentRequestLineItemInput setQuantity(int quantity)
public java.lang.String getLabel()
public Input<java.lang.String> getLabelInput()
public Storefront.ShopPayPaymentRequestLineItemInput setLabel(java.lang.String label)
public Storefront.ShopPayPaymentRequestLineItemInput setLabelInput(Input<java.lang.String> label)
public java.lang.String getSku()
public Input<java.lang.String> getSkuInput()
public Storefront.ShopPayPaymentRequestLineItemInput setSku(java.lang.String sku)
public Storefront.ShopPayPaymentRequestLineItemInput setSkuInput(Input<java.lang.String> sku)
public java.lang.Boolean getRequiresShipping()
public Input<java.lang.Boolean> getRequiresShippingInput()
public Storefront.ShopPayPaymentRequestLineItemInput setRequiresShipping(java.lang.Boolean requiresShipping)
public Storefront.ShopPayPaymentRequestLineItemInput setRequiresShippingInput(Input<java.lang.Boolean> requiresShipping)
public Storefront.ShopPayPaymentRequestImageInput getImage()
public Input<Storefront.ShopPayPaymentRequestImageInput> getImageInput()
public Storefront.ShopPayPaymentRequestLineItemInput setImage(Storefront.ShopPayPaymentRequestImageInput image)
public Storefront.ShopPayPaymentRequestLineItemInput setImageInput(Input<Storefront.ShopPayPaymentRequestImageInput> image)
public Storefront.MoneyInput getOriginalLinePrice()
public Input<Storefront.MoneyInput> getOriginalLinePriceInput()
public Storefront.ShopPayPaymentRequestLineItemInput setOriginalLinePrice(Storefront.MoneyInput originalLinePrice)
public Storefront.ShopPayPaymentRequestLineItemInput setOriginalLinePriceInput(Input<Storefront.MoneyInput> originalLinePrice)
public Storefront.MoneyInput getFinalLinePrice()
public Input<Storefront.MoneyInput> getFinalLinePriceInput()
public Storefront.ShopPayPaymentRequestLineItemInput setFinalLinePrice(Storefront.MoneyInput finalLinePrice)
public Storefront.ShopPayPaymentRequestLineItemInput setFinalLinePriceInput(Input<Storefront.MoneyInput> finalLinePrice)
public java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> getLineDiscounts()
public Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> getLineDiscountsInput()
public Storefront.ShopPayPaymentRequestLineItemInput setLineDiscounts(java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> lineDiscounts)
public Storefront.ShopPayPaymentRequestLineItemInput setLineDiscountsInput(Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> lineDiscounts)
public Storefront.MoneyInput getOriginalItemPrice()
public Input<Storefront.MoneyInput> getOriginalItemPriceInput()
public Storefront.ShopPayPaymentRequestLineItemInput setOriginalItemPrice(Storefront.MoneyInput originalItemPrice)
public Storefront.ShopPayPaymentRequestLineItemInput setOriginalItemPriceInput(Input<Storefront.MoneyInput> originalItemPrice)
public Storefront.MoneyInput getFinalItemPrice()
public Input<Storefront.MoneyInput> getFinalItemPriceInput()
public Storefront.ShopPayPaymentRequestLineItemInput setFinalItemPrice(Storefront.MoneyInput finalItemPrice)
public Storefront.ShopPayPaymentRequestLineItemInput setFinalItemPriceInput(Input<Storefront.MoneyInput> finalItemPrice)
public java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> getItemDiscounts()
public Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> getItemDiscountsInput()
public Storefront.ShopPayPaymentRequestLineItemInput setItemDiscounts(java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> itemDiscounts)
public Storefront.ShopPayPaymentRequestLineItemInput setItemDiscountsInput(Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> itemDiscounts)
public void appendTo(java.lang.StringBuilder _queryBuilder)