public static class Storefront.ShopPayPaymentRequestTotalShippingPriceInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ShopPayPaymentRequestTotalShippingPriceInput() |
public ShopPayPaymentRequestTotalShippingPriceInput()
public java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> getDiscounts()
public Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> getDiscountsInput()
public Storefront.ShopPayPaymentRequestTotalShippingPriceInput setDiscounts(java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> discounts)
public Storefront.ShopPayPaymentRequestTotalShippingPriceInput setDiscountsInput(Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> discounts)
public Storefront.MoneyInput getOriginalTotal()
public Input<Storefront.MoneyInput> getOriginalTotalInput()
public Storefront.ShopPayPaymentRequestTotalShippingPriceInput setOriginalTotal(Storefront.MoneyInput originalTotal)
public Storefront.ShopPayPaymentRequestTotalShippingPriceInput setOriginalTotalInput(Input<Storefront.MoneyInput> originalTotal)
public Storefront.MoneyInput getFinalTotal()
public Input<Storefront.MoneyInput> getFinalTotalInput()
public Storefront.ShopPayPaymentRequestTotalShippingPriceInput setFinalTotal(Storefront.MoneyInput finalTotal)
public Storefront.ShopPayPaymentRequestTotalShippingPriceInput setFinalTotalInput(Input<Storefront.MoneyInput> finalTotal)
public void appendTo(java.lang.StringBuilder _queryBuilder)