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

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

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ MailingAddressEdge()

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

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

Parameters
dataJSONDeserialized JSON data for MailingAddressEdge

Member Function Documentation

◆ cursor()

string Shopify.Unity.MailingAddressEdge.cursor ( )
inline

A cursor for use in pagination.

◆ node()

MailingAddress Shopify.Unity.MailingAddressEdge.node ( )
inline

The item at the end of MailingAddressEdge.


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