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

Return type for customerResetByUrl mutation. More...

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

Public Member Functions

 CustomerResetByUrlPayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Customer customer ()
 The customer object which was reset. More...
 
CustomerAccessToken customerAccessToken ()
 A newly created customer access token object for the customer. 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 customerResetByUrl mutation.

Constructor & Destructor Documentation

◆ CustomerResetByUrlPayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerResetByUrlPayload

Member Function Documentation

◆ customer()

Customer Shopify.Unity.CustomerResetByUrlPayload.customer ( )
inline

The customer object which was reset.

◆ customerAccessToken()

CustomerAccessToken Shopify.Unity.CustomerResetByUrlPayload.customerAccessToken ( )
inline

A newly created customer access token object for the customer.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

List<UserError> Shopify.Unity.CustomerResetByUrlPayload.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: