public static class Storefront.SellingPlanFixedAmountPriceAdjustment extends AbstractResponse<Storefront.SellingPlanFixedAmountPriceAdjustment> implements Storefront.SellingPlanPriceAdjustmentValue
optimisticData, responseData| Constructor and Description |
|---|
SellingPlanFixedAmountPriceAdjustment() |
SellingPlanFixedAmountPriceAdjustment(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.MoneyV2 |
getAdjustmentAmount()
The money value of the price adjustment.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.SellingPlanFixedAmountPriceAdjustment |
setAdjustmentAmount(Storefront.MoneyV2 arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SellingPlanFixedAmountPriceAdjustment()
public SellingPlanFixedAmountPriceAdjustment(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.SellingPlanPriceAdjustmentValuepublic Storefront.MoneyV2 getAdjustmentAmount()
public Storefront.SellingPlanFixedAmountPriceAdjustment setAdjustmentAmount(Storefront.MoneyV2 arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SellingPlanFixedAmountPriceAdjustment>