Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.ProductPriceRange Class Reference

The price range of the product. More...

Inheritance diagram for Shopify.Unity.ProductPriceRange:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 ProductPriceRange (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
MoneyV2 maxVariantPrice ()
 The highest variant's price. More...
 
MoneyV2 minVariantPrice ()
 The lowest variant's price. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

The price range of the product.

Constructor & Destructor Documentation

◆ ProductPriceRange()

Shopify.Unity.ProductPriceRange.ProductPriceRange ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for ProductPriceRange

Member Function Documentation

◆ maxVariantPrice()

MoneyV2 Shopify.Unity.ProductPriceRange.maxVariantPrice ( )
inline

The highest variant's price.

◆ minVariantPrice()

MoneyV2 Shopify.Unity.ProductPriceRange.minVariantPrice ( )
inline

The lowest variant's price.


The documentation for this class was generated from the following file: