public static class Storefront.ShopPayPaymentRequestDeliveryMethod extends AbstractResponse<Storefront.ShopPayPaymentRequestDeliveryMethod>
optimisticData, responseData| Constructor and Description |
|---|
ShopPayPaymentRequestDeliveryMethod() |
ShopPayPaymentRequestDeliveryMethod(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.MoneyV2 |
getAmount()
The amount for the delivery method.
|
java.lang.String |
getCode()
The code of the delivery method.
|
java.lang.String |
getDeliveryExpectationLabel()
The detail about when the delivery may be expected.
|
java.lang.String |
getDetail()
The detail of the delivery method.
|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getLabel()
The label of the delivery method.
|
java.lang.String |
getMaxDeliveryDate()
The maximum delivery date for the delivery method.
|
java.lang.String |
getMinDeliveryDate()
The minimum delivery date for the delivery method.
|
Storefront.ShopPayPaymentRequestDeliveryMethod |
setAmount(Storefront.MoneyV2 arg) |
Storefront.ShopPayPaymentRequestDeliveryMethod |
setCode(java.lang.String arg) |
Storefront.ShopPayPaymentRequestDeliveryMethod |
setDeliveryExpectationLabel(java.lang.String arg) |
Storefront.ShopPayPaymentRequestDeliveryMethod |
setDetail(java.lang.String arg) |
Storefront.ShopPayPaymentRequestDeliveryMethod |
setLabel(java.lang.String arg) |
Storefront.ShopPayPaymentRequestDeliveryMethod |
setMaxDeliveryDate(java.lang.String arg) |
Storefront.ShopPayPaymentRequestDeliveryMethod |
setMinDeliveryDate(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic ShopPayPaymentRequestDeliveryMethod()
public ShopPayPaymentRequestDeliveryMethod(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.MoneyV2 getAmount()
public Storefront.ShopPayPaymentRequestDeliveryMethod setAmount(Storefront.MoneyV2 arg)
public java.lang.String getCode()
public Storefront.ShopPayPaymentRequestDeliveryMethod setCode(java.lang.String arg)
public java.lang.String getDeliveryExpectationLabel()
public Storefront.ShopPayPaymentRequestDeliveryMethod setDeliveryExpectationLabel(java.lang.String arg)
public java.lang.String getDetail()
public Storefront.ShopPayPaymentRequestDeliveryMethod setDetail(java.lang.String arg)
public java.lang.String getLabel()
public Storefront.ShopPayPaymentRequestDeliveryMethod setLabel(java.lang.String arg)
public java.lang.String getMaxDeliveryDate()
public Storefront.ShopPayPaymentRequestDeliveryMethod setMaxDeliveryDate(java.lang.String arg)
public java.lang.String getMinDeliveryDate()
public Storefront.ShopPayPaymentRequestDeliveryMethod setMinDeliveryDate(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.ShopPayPaymentRequestDeliveryMethod>