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

Return type for customerDefaultAddressUpdate mutation. More...

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

Public Member Functions

 CustomerDefaultAddressUpdatePayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Customer customer ()
 The updated 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 customerDefaultAddressUpdate mutation.

Constructor & Destructor Documentation

◆ CustomerDefaultAddressUpdatePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerDefaultAddressUpdatePayload

Member Function Documentation

◆ customer()

Customer Shopify.Unity.CustomerDefaultAddressUpdatePayload.customer ( )
inline

The updated customer object.

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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