public static class Storefront.ProductVariantPricePair
extends <any>
| Constructor and Description |
|---|
ProductVariantPricePair() |
ProductVariantPricePair(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.MoneyV2 |
getCompareAtPrice()
The compare-at price of the variant with associated currency.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.MoneyV2 |
getPrice()
The price of the variant with associated currency.
|
Storefront.ProductVariantPricePair |
setCompareAtPrice(Storefront.MoneyV2 arg) |
Storefront.ProductVariantPricePair |
setPrice(Storefront.MoneyV2 arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public ProductVariantPricePair()
public ProductVariantPricePair(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.MoneyV2 getCompareAtPrice()
public Storefront.ProductVariantPricePair setCompareAtPrice(Storefront.MoneyV2 arg)
public Storefront.MoneyV2 getPrice()
public Storefront.ProductVariantPricePair setPrice(Storefront.MoneyV2 arg)
public boolean unwrapsToObject(java.lang.String key)