public static class Storefront.SellingPlanCheckoutChargePercentageValue extends AbstractResponse<Storefront.SellingPlanCheckoutChargePercentageValue> implements Storefront.SellingPlanCheckoutChargeValue
optimisticData, responseData| Constructor and Description |
|---|
SellingPlanCheckoutChargePercentageValue() |
SellingPlanCheckoutChargePercentageValue(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphQlTypeName() |
java.lang.Double |
getPercentage()
The percentage value of the price used for checkout charge.
|
Storefront.SellingPlanCheckoutChargePercentageValue |
setPercentage(java.lang.Double arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SellingPlanCheckoutChargePercentageValue()
public SellingPlanCheckoutChargePercentageValue(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.SellingPlanCheckoutChargeValuepublic java.lang.Double getPercentage()
public Storefront.SellingPlanCheckoutChargePercentageValue setPercentage(java.lang.Double arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SellingPlanCheckoutChargePercentageValue>