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