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

Tracking information associated with the fulfillment. More...

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

Public Member Functions

 FulfillmentTrackingInfo (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string number ()
 The tracking number of the fulfillment. More...
 
string url ()
 The URL to track the fulfillment. 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

Tracking information associated with the fulfillment.

Constructor & Destructor Documentation

◆ FulfillmentTrackingInfo()

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

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

Parameters
dataJSONDeserialized JSON data for FulfillmentTrackingInfo

Member Function Documentation

◆ number()

string Shopify.Unity.FulfillmentTrackingInfo.number ( )
inline

The tracking number of the fulfillment.

◆ url()

string Shopify.Unity.FulfillmentTrackingInfo.url ( )
inline

The URL to track the fulfillment.


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