public static class Storefront.ShopPayPaymentRequestInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ShopPayPaymentRequestInput(Storefront.MoneyInput total,
Storefront.MoneyInput subtotal,
java.lang.String locale,
Storefront.CurrencyCode presentmentCurrency) |
public ShopPayPaymentRequestInput(Storefront.MoneyInput total, Storefront.MoneyInput subtotal, java.lang.String locale, Storefront.CurrencyCode presentmentCurrency)
public Storefront.MoneyInput getTotal()
public Storefront.ShopPayPaymentRequestInput setTotal(Storefront.MoneyInput total)
public Storefront.MoneyInput getSubtotal()
public Storefront.ShopPayPaymentRequestInput setSubtotal(Storefront.MoneyInput subtotal)
public java.lang.String getLocale()
public Storefront.ShopPayPaymentRequestInput setLocale(java.lang.String locale)
public Storefront.CurrencyCode getPresentmentCurrency()
public Storefront.ShopPayPaymentRequestInput setPresentmentCurrency(Storefront.CurrencyCode presentmentCurrency)
public java.util.List<java.lang.String> getDiscountCodes()
public Input<java.util.List<java.lang.String>> getDiscountCodesInput()
public Storefront.ShopPayPaymentRequestInput setDiscountCodes(java.util.List<java.lang.String> discountCodes)
public Storefront.ShopPayPaymentRequestInput setDiscountCodesInput(Input<java.util.List<java.lang.String>> discountCodes)
public java.util.List<Storefront.ShopPayPaymentRequestLineItemInput> getLineItems()
public Input<java.util.List<Storefront.ShopPayPaymentRequestLineItemInput>> getLineItemsInput()
public Storefront.ShopPayPaymentRequestInput setLineItems(java.util.List<Storefront.ShopPayPaymentRequestLineItemInput> lineItems)
public Storefront.ShopPayPaymentRequestInput setLineItemsInput(Input<java.util.List<Storefront.ShopPayPaymentRequestLineItemInput>> lineItems)
public java.util.List<Storefront.ShopPayPaymentRequestShippingLineInput> getShippingLines()
public Input<java.util.List<Storefront.ShopPayPaymentRequestShippingLineInput>> getShippingLinesInput()
public Storefront.ShopPayPaymentRequestInput setShippingLines(java.util.List<Storefront.ShopPayPaymentRequestShippingLineInput> shippingLines)
public Storefront.ShopPayPaymentRequestInput setShippingLinesInput(Input<java.util.List<Storefront.ShopPayPaymentRequestShippingLineInput>> shippingLines)
public java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> getDiscounts()
public Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> getDiscountsInput()
public Storefront.ShopPayPaymentRequestInput setDiscounts(java.util.List<Storefront.ShopPayPaymentRequestDiscountInput> discounts)
public Storefront.ShopPayPaymentRequestInput setDiscountsInput(Input<java.util.List<Storefront.ShopPayPaymentRequestDiscountInput>> discounts)
public Storefront.ShopPayPaymentRequestTotalShippingPriceInput getTotalShippingPrice()
public Input<Storefront.ShopPayPaymentRequestTotalShippingPriceInput> getTotalShippingPriceInput()
public Storefront.ShopPayPaymentRequestInput setTotalShippingPrice(Storefront.ShopPayPaymentRequestTotalShippingPriceInput totalShippingPrice)
public Storefront.ShopPayPaymentRequestInput setTotalShippingPriceInput(Input<Storefront.ShopPayPaymentRequestTotalShippingPriceInput> totalShippingPrice)
public Storefront.MoneyInput getTotalTax()
public Input<Storefront.MoneyInput> getTotalTaxInput()
public Storefront.ShopPayPaymentRequestInput setTotalTax(Storefront.MoneyInput totalTax)
public Storefront.ShopPayPaymentRequestInput setTotalTaxInput(Input<Storefront.MoneyInput> totalTax)
public java.util.List<Storefront.ShopPayPaymentRequestDeliveryMethodInput> getDeliveryMethods()
public Input<java.util.List<Storefront.ShopPayPaymentRequestDeliveryMethodInput>> getDeliveryMethodsInput()
public Storefront.ShopPayPaymentRequestInput setDeliveryMethods(java.util.List<Storefront.ShopPayPaymentRequestDeliveryMethodInput> deliveryMethods)
public Storefront.ShopPayPaymentRequestInput setDeliveryMethodsInput(Input<java.util.List<Storefront.ShopPayPaymentRequestDeliveryMethodInput>> deliveryMethods)
public Storefront.ShopPayPaymentRequestDeliveryMethodType getSelectedDeliveryMethodType()
public Input<Storefront.ShopPayPaymentRequestDeliveryMethodType> getSelectedDeliveryMethodTypeInput()
public Storefront.ShopPayPaymentRequestInput setSelectedDeliveryMethodType(Storefront.ShopPayPaymentRequestDeliveryMethodType selectedDeliveryMethodType)
public Storefront.ShopPayPaymentRequestInput setSelectedDeliveryMethodTypeInput(Input<Storefront.ShopPayPaymentRequestDeliveryMethodType> selectedDeliveryMethodType)
public java.lang.String getPaymentMethod()
public Input<java.lang.String> getPaymentMethodInput()
public Storefront.ShopPayPaymentRequestInput setPaymentMethod(java.lang.String paymentMethod)
public Storefront.ShopPayPaymentRequestInput setPaymentMethodInput(Input<java.lang.String> paymentMethod)
public void appendTo(java.lang.StringBuilder _queryBuilder)