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

Return type for customerCreate mutation. More...

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

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< 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 customerCreate mutation.

Constructor & Destructor Documentation

◆ CustomerCreatePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerCreatePayload

Member Function Documentation

◆ customer()

Customer Shopify.Unity.CustomerCreatePayload.customer ( )
inline

The created customer object.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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