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

Return type for customerAccessTokenCreate mutation. More...

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ CustomerAccessTokenCreatePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerAccessTokenCreatePayload

Member Function Documentation

◆ customerAccessToken()

CustomerAccessToken Shopify.Unity.CustomerAccessTokenCreatePayload.customerAccessToken ( )
inline

The newly created customer access token object.

◆ customerUserErrors()

List<CustomerUserError> Shopify.Unity.CustomerAccessTokenCreatePayload.customerUserErrors ( )
inline

List of errors that occurred executing the mutation.

◆ userErrors()

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

List of errors that occurred executing the mutation.

Deprecated:
Use customerUserErrors instead

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