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

Return type for checkoutCreate mutation. More...

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

Public Member Functions

 CheckoutCreatePayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Checkout checkout ()
 The new checkout object. More...
 
List< CheckoutUserErrorcheckoutUserErrors ()
 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 checkoutCreate mutation.

Constructor & Destructor Documentation

◆ CheckoutCreatePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CheckoutCreatePayload

Member Function Documentation

◆ checkout()

Checkout Shopify.Unity.CheckoutCreatePayload.checkout ( )
inline

The new checkout object.

◆ checkoutUserErrors()

List<CheckoutUserError> Shopify.Unity.CheckoutCreatePayload.checkoutUserErrors ( )
inline

List of errors that occurred executing the mutation.

◆ userErrors()

List<UserError> Shopify.Unity.CheckoutCreatePayload.userErrors ( )
inline

List of errors that occurred executing the mutation.

Deprecated:
Use checkoutUserErrors instead

The documentation for this class was generated from the following file: