public static class Storefront.ShopPayPaymentRequestShippingLineInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ShopPayPaymentRequestShippingLineInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.StringBuilder _queryBuilder) |
Storefront.MoneyInput |
getAmount() |
Input<Storefront.MoneyInput> |
getAmountInput() |
java.lang.String |
getCode() |
Input<java.lang.String> |
getCodeInput() |
java.lang.String |
getLabel() |
Input<java.lang.String> |
getLabelInput() |
Storefront.ShopPayPaymentRequestShippingLineInput |
setAmount(Storefront.MoneyInput amount) |
Storefront.ShopPayPaymentRequestShippingLineInput |
setAmountInput(Input<Storefront.MoneyInput> amount) |
Storefront.ShopPayPaymentRequestShippingLineInput |
setCode(java.lang.String code) |
Storefront.ShopPayPaymentRequestShippingLineInput |
setCodeInput(Input<java.lang.String> code) |
Storefront.ShopPayPaymentRequestShippingLineInput |
setLabel(java.lang.String label) |
Storefront.ShopPayPaymentRequestShippingLineInput |
setLabelInput(Input<java.lang.String> label) |
public ShopPayPaymentRequestShippingLineInput()
public java.lang.String getCode()
public Input<java.lang.String> getCodeInput()
public Storefront.ShopPayPaymentRequestShippingLineInput setCode(java.lang.String code)
public Storefront.ShopPayPaymentRequestShippingLineInput setCodeInput(Input<java.lang.String> code)
public java.lang.String getLabel()
public Input<java.lang.String> getLabelInput()
public Storefront.ShopPayPaymentRequestShippingLineInput setLabel(java.lang.String label)
public Storefront.ShopPayPaymentRequestShippingLineInput setLabelInput(Input<java.lang.String> label)
public Storefront.MoneyInput getAmount()
public Input<Storefront.MoneyInput> getAmountInput()
public Storefront.ShopPayPaymentRequestShippingLineInput setAmount(Storefront.MoneyInput amount)
public Storefront.ShopPayPaymentRequestShippingLineInput setAmountInput(Input<Storefront.MoneyInput> amount)
public void appendTo(java.lang.StringBuilder _queryBuilder)