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