Shopify SDK for Unity
|
Return type for checkoutEmailUpdateV2
mutation.
More...
Public Member Functions | |
CheckoutEmailUpdateV2payload (Dictionary< string, object > dataJSON) | |
Accepts deserialized json data. Will further parse passed in data. More... | |
Checkout | checkout () |
The checkout object with the updated email. More... | |
List< CheckoutUserError > | checkoutUserErrors () |
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 checkoutEmailUpdateV2
mutation.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for CheckoutEmailUpdateV2payload |
|
inline |
The checkout object with the updated email.
|
inline |
List of errors that occurred executing the mutation.
|
inline |
List of errors that occurred executing the mutation.
checkoutUserErrors
instead