A version of the API.
More...
|
| 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 () |
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
◆ ApiVersion()
Shopify.Unity.ApiVersion.ApiVersion |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ 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:
- Assets/Shopify/Unity/Generated/ApiVersion.cs