public static class Storefront.UnknownSellingPlanCheckoutChargeValue extends AbstractResponse<Storefront.UnknownSellingPlanCheckoutChargeValue> implements Storefront.SellingPlanCheckoutChargeValue
optimisticData, responseData| Constructor and Description |
|---|
UnknownSellingPlanCheckoutChargeValue() |
UnknownSellingPlanCheckoutChargeValue(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.SellingPlanCheckoutChargeValue |
create(JsonObject fields) |
java.lang.String |
getGraphQlTypeName() |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic UnknownSellingPlanCheckoutChargeValue()
public UnknownSellingPlanCheckoutChargeValue(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic static Storefront.SellingPlanCheckoutChargeValue create(JsonObject fields) throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.SellingPlanCheckoutChargeValuepublic boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.UnknownSellingPlanCheckoutChargeValue>