public static class Storefront.SellingPlanCheckoutCharge extends AbstractResponse<Storefront.SellingPlanCheckoutCharge>
optimisticData, responseData| Constructor and Description |
|---|
SellingPlanCheckoutCharge() |
SellingPlanCheckoutCharge(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphQlTypeName() |
Storefront.SellingPlanCheckoutChargeType |
getType()
The charge type for the checkout charge.
|
Storefront.SellingPlanCheckoutChargeValue |
getValue()
The charge value for the checkout charge.
|
Storefront.SellingPlanCheckoutCharge |
setType(Storefront.SellingPlanCheckoutChargeType arg) |
Storefront.SellingPlanCheckoutCharge |
setValue(Storefront.SellingPlanCheckoutChargeValue arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SellingPlanCheckoutCharge()
public SellingPlanCheckoutCharge(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.SellingPlanCheckoutChargeType getType()
public Storefront.SellingPlanCheckoutCharge setType(Storefront.SellingPlanCheckoutChargeType arg)
public Storefront.SellingPlanCheckoutChargeValue getValue()
public Storefront.SellingPlanCheckoutCharge setValue(Storefront.SellingPlanCheckoutChargeValue arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SellingPlanCheckoutCharge>