public static class Storefront.ShopPayPaymentRequestShippingLine extends AbstractResponse<Storefront.ShopPayPaymentRequestShippingLine>
optimisticData, responseData| Constructor and Description |
|---|
ShopPayPaymentRequestShippingLine() |
ShopPayPaymentRequestShippingLine(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.MoneyV2 |
getAmount()
The amount for the shipping line.
|
java.lang.String |
getCode()
The code of the shipping line.
|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getLabel()
The label of the shipping line.
|
Storefront.ShopPayPaymentRequestShippingLine |
setAmount(Storefront.MoneyV2 arg) |
Storefront.ShopPayPaymentRequestShippingLine |
setCode(java.lang.String arg) |
Storefront.ShopPayPaymentRequestShippingLine |
setLabel(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic ShopPayPaymentRequestShippingLine()
public ShopPayPaymentRequestShippingLine(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.MoneyV2 getAmount()
public Storefront.ShopPayPaymentRequestShippingLine setAmount(Storefront.MoneyV2 arg)
public java.lang.String getCode()
public Storefront.ShopPayPaymentRequestShippingLine setCode(java.lang.String arg)
public java.lang.String getLabel()
public Storefront.ShopPayPaymentRequestShippingLine setLabel(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.ShopPayPaymentRequestShippingLine>