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

Return type for customerUpdate mutation. More...

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

Public Member Functions

 CustomerUpdatePayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Customer customer ()
 The updated customer object. More...
 
CustomerAccessToken customerAccessToken ()
 The newly created customer access token. If the customer's password is updated, all previous access tokens (including the one used to perform this mutation) become invalid, and a new token is generated. 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 customerUpdate mutation.

Constructor & Destructor Documentation

◆ CustomerUpdatePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerUpdatePayload

Member Function Documentation

◆ customer()

Customer Shopify.Unity.CustomerUpdatePayload.customer ( )
inline

The updated customer object.

◆ customerAccessToken()

CustomerAccessToken Shopify.Unity.CustomerUpdatePayload.customerAccessToken ( )
inline

The newly created customer access token. If the customer's password is updated, all previous access tokens (including the one used to perform this mutation) become invalid, and a new token is generated.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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