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

A version of the API. More...

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

Public Member Functions

 ApiVersion (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string displayName ()
 The human-readable name of the version. More...
 
string handle ()
 The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or unstable handle. More...
 
bool supported ()
 Whether the version is supported by Shopify. 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

A version of the API.

Constructor & Destructor Documentation

◆ ApiVersion()

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

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

Parameters
dataJSONDeserialized JSON data for ApiVersion

Member Function Documentation

◆ displayName()

string Shopify.Unity.ApiVersion.displayName ( )
inline

The human-readable name of the version.

◆ handle()

string Shopify.Unity.ApiVersion.handle ( )
inline

The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or unstable handle.

◆ supported()

bool Shopify.Unity.ApiVersion.supported ( )
inline

Whether the version is supported by Shopify.


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