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

An auto-generated type which holds one ProductPriceRange and a cursor during pagination. More...

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

Public Member Functions

 ProductPriceRangeEdge (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string cursor ()
 A cursor for use in pagination. More...
 
ProductPriceRange node ()
 The item at the end of ProductPriceRangeEdge. 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

An auto-generated type which holds one ProductPriceRange and a cursor during pagination.

Constructor & Destructor Documentation

◆ ProductPriceRangeEdge()

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

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

Parameters
dataJSONDeserialized JSON data for ProductPriceRangeEdge

Member Function Documentation

◆ cursor()

string Shopify.Unity.ProductPriceRangeEdge.cursor ( )
inline

A cursor for use in pagination.

◆ node()

ProductPriceRange Shopify.Unity.ProductPriceRangeEdge.node ( )
inline

The item at the end of ProductPriceRangeEdge.


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