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

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

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ ProductVariantPricePairEdge()

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

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

Parameters
dataJSONDeserialized JSON data for ProductVariantPricePairEdge

Member Function Documentation

◆ cursor()

string Shopify.Unity.ProductVariantPricePairEdge.cursor ( )
inline

A cursor for use in pagination.

◆ node()

ProductVariantPricePair Shopify.Unity.ProductVariantPricePairEdge.node ( )
inline

The item at the end of ProductVariantPricePairEdge.


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