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

Represents a generic custom attribute. More...

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

Public Member Functions

 Attribute (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string key ()
 Key or name of the attribute. More...
 
string value ()
 Value of the attribute. 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

Represents a generic custom attribute.

Constructor & Destructor Documentation

◆ Attribute()

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

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

Parameters
dataJSONDeserialized JSON data for Attribute

Member Function Documentation

◆ key()

string Shopify.Unity.Attribute.key ( )
inline

Key or name of the attribute.

◆ value()

string Shopify.Unity.Attribute.value ( )
inline

Value of the attribute.


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