public static class Storefront.ShopPayPaymentRequestTotalShippingPrice extends AbstractResponse<Storefront.ShopPayPaymentRequestTotalShippingPrice>
optimisticData, responseData| Constructor and Description |
|---|
ShopPayPaymentRequestTotalShippingPrice() |
ShopPayPaymentRequestTotalShippingPrice(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Storefront.ShopPayPaymentRequestDiscount> |
getDiscounts()
The discounts for the shipping total.
|
Storefront.MoneyV2 |
getFinalTotal()
The final total for the shipping total.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.MoneyV2 |
getOriginalTotal()
The original total for the shipping total.
|
Storefront.ShopPayPaymentRequestTotalShippingPrice |
setDiscounts(java.util.List<Storefront.ShopPayPaymentRequestDiscount> arg) |
Storefront.ShopPayPaymentRequestTotalShippingPrice |
setFinalTotal(Storefront.MoneyV2 arg) |
Storefront.ShopPayPaymentRequestTotalShippingPrice |
setOriginalTotal(Storefront.MoneyV2 arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic ShopPayPaymentRequestTotalShippingPrice()
public ShopPayPaymentRequestTotalShippingPrice(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.util.List<Storefront.ShopPayPaymentRequestDiscount> getDiscounts()
public Storefront.ShopPayPaymentRequestTotalShippingPrice setDiscounts(java.util.List<Storefront.ShopPayPaymentRequestDiscount> arg)
public Storefront.MoneyV2 getFinalTotal()
public Storefront.ShopPayPaymentRequestTotalShippingPrice setFinalTotal(Storefront.MoneyV2 arg)
public Storefront.MoneyV2 getOriginalTotal()
public Storefront.ShopPayPaymentRequestTotalShippingPrice setOriginalTotal(Storefront.MoneyV2 arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.ShopPayPaymentRequestTotalShippingPrice>