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

Return type for customerAccessTokenDelete mutation. More...

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

Public Member Functions

 CustomerAccessTokenDeletePayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
string deletedAccessToken ()
 The destroyed access token. More...
 
string deletedCustomerAccessTokenId ()
 ID of the destroyed customer access token. 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 customerAccessTokenDelete mutation.

Constructor & Destructor Documentation

◆ CustomerAccessTokenDeletePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerAccessTokenDeletePayload

Member Function Documentation

◆ deletedAccessToken()

string Shopify.Unity.CustomerAccessTokenDeletePayload.deletedAccessToken ( )
inline

The destroyed access token.

◆ deletedCustomerAccessTokenId()

string Shopify.Unity.CustomerAccessTokenDeletePayload.deletedCustomerAccessTokenId ( )
inline

ID of the destroyed customer access token.

◆ userErrors()

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

List of errors that occurred executing the mutation.


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