|
Shopify SDK for Unity
|
Return type for customerActivate mutation.
More...
Public Member Functions | |
| CustomerActivatePayload (Dictionary< string, object > dataJSON) | |
| Accepts deserialized json data. Will further parse passed in data. More... | |
| Customer | customer () |
| The customer object. More... | |
| CustomerAccessToken | customerAccessToken () |
| A newly created customer access token object for the customer. 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 customerActivate mutation.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
| dataJSON | Deserialized JSON data for CustomerActivatePayload |
|
inline |
The customer object.
|
inline |
A newly created customer access token object for the customer.
|
inline |
List of errors that occurred executing the mutation.
|
inline |
List of errors that occurred executing the mutation.
customerUserErrors instead