public static class Storefront.CartEstimatedCost extends AbstractResponse<Storefront.CartEstimatedCost>
optimisticData, responseData| Constructor and Description |
|---|
CartEstimatedCost() |
CartEstimatedCost(JsonObject fields) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CartEstimatedCost()
public CartEstimatedCost(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.MoneyV2 getCheckoutChargeAmount()
public Storefront.CartEstimatedCost setCheckoutChargeAmount(Storefront.MoneyV2 arg)
public Storefront.MoneyV2 getSubtotalAmount()
public Storefront.CartEstimatedCost setSubtotalAmount(Storefront.MoneyV2 arg)
public Storefront.MoneyV2 getTotalAmount()
public Storefront.CartEstimatedCost setTotalAmount(Storefront.MoneyV2 arg)
public Storefront.MoneyV2 getTotalDutyAmount()
public Storefront.CartEstimatedCost setTotalDutyAmount(Storefront.MoneyV2 arg)
public Storefront.MoneyV2 getTotalTaxAmount()
public Storefront.CartEstimatedCost setTotalTaxAmount(Storefront.MoneyV2 arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CartEstimatedCost>