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

Return type for customerAddressDelete mutation. More...

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

Public Member Functions

 CustomerAddressDeletePayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
List< CustomerUserErrorcustomerUserErrors ()
 List of errors that occurred executing the mutation. More...
 
string deletedCustomerAddressId ()
 ID of the deleted customer address. 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 customerAddressDelete mutation.

Constructor & Destructor Documentation

◆ CustomerAddressDeletePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CustomerAddressDeletePayload

Member Function Documentation

◆ customerUserErrors()

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

List of errors that occurred executing the mutation.

◆ deletedCustomerAddressId()

string Shopify.Unity.CustomerAddressDeletePayload.deletedCustomerAddressId ( )
inline

ID of the deleted customer address.

◆ userErrors()

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