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

The author of an article. More...

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

Public Member Functions

 ArticleAuthor (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string bio ()
 The author's bio. More...
 
string email ()
 The author’s email. More...
 
string firstName ()
 The author's first name. More...
 
string lastName ()
 The author's last name. More...
 
string name ()
 The author's full 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 an article.

Constructor & Destructor Documentation

◆ ArticleAuthor()

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

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

Parameters
dataJSONDeserialized JSON data for ArticleAuthor

Member Function Documentation

◆ bio()

string Shopify.Unity.ArticleAuthor.bio ( )
inline

The author's bio.

◆ email()

string Shopify.Unity.ArticleAuthor.email ( )
inline

The author’s email.

◆ firstName()

string Shopify.Unity.ArticleAuthor.firstName ( )
inline

The author's first name.

◆ lastName()

string Shopify.Unity.ArticleAuthor.lastName ( )
inline

The author's last name.

◆ name()

string Shopify.Unity.ArticleAuthor.name ( )
inline

The author's full name.


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