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

Return type for checkoutLineItemsReplace mutation. More...

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

Public Member Functions

 CheckoutLineItemsReplacePayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Checkout checkout ()
 The updated checkout object. More...
 
List< CheckoutUserErroruserErrors ()
 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 checkoutLineItemsReplace mutation.

Constructor & Destructor Documentation

◆ CheckoutLineItemsReplacePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CheckoutLineItemsReplacePayload

Member Function Documentation

◆ checkout()

Checkout Shopify.Unity.CheckoutLineItemsReplacePayload.checkout ( )
inline

The updated checkout object.

◆ userErrors()

List<CheckoutUserError> Shopify.Unity.CheckoutLineItemsReplacePayload.userErrors ( )
inline

List of errors that occurred executing the mutation.


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