Shopify SDK for Unity
|
Return type for customerUpdate
mutation.
More...
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< CustomerUserError > | customerUserErrors () |
List of errors that occurred executing the mutation. More... | |
List< UserError > | userErrors () |
List of errors that occurred executing the mutation. More... | |
object | Clone () |
Additional Inherited Members | |
Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse | |
T | 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] |
Return type for customerUpdate
mutation.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for CustomerUpdatePayload |
|
inline |
The updated customer object.
|
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.
|
inline |
List of errors that occurred executing the mutation.
|
inline |
List of errors that occurred executing the mutation.
customerUserErrors
instead