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

Return type for customerAccessTokenRenew mutation. More...

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

Public Member Functions

 CustomerAccessTokenRenewPayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
CustomerAccessToken customerAccessToken ()
 The renewed customer access token object. More...
 
List< UserErroruserErrors ()
 List of errors that occurred executing the mutation. 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

Return type for customerAccessTokenRenew mutation.

Constructor & Destructor Documentation

◆ CustomerAccessTokenRenewPayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerAccessTokenRenewPayload

Member Function Documentation

◆ customerAccessToken()

CustomerAccessToken Shopify.Unity.CustomerAccessTokenRenewPayload.customerAccessToken ( )
inline

The renewed customer access token object.

◆ userErrors()

List<UserError> Shopify.Unity.CustomerAccessTokenRenewPayload.userErrors ( )
inline

List of errors that occurred executing the mutation.


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