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

The author of a comment. More...

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

Public Member Functions

 CommentAuthor (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string email ()
 The author's email. More...
 
string name ()
 The author’s name. 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

The author of a comment.

Constructor & Destructor Documentation

◆ CommentAuthor()

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

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

Parameters
dataJSONDeserialized JSON data for CommentAuthor

Member Function Documentation

◆ email()

string Shopify.Unity.CommentAuthor.email ( )
inline

The author's email.

◆ name()

string Shopify.Unity.CommentAuthor.name ( )
inline

The author’s name.


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