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

Return type for checkoutCustomerAssociate mutation. More...

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

Public Member Functions

 CheckoutCustomerAssociatePayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Checkout checkout ()
 The updated checkout object. More...
 
Customer customer ()
 The associated customer object. 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 checkoutCustomerAssociate mutation.

Constructor & Destructor Documentation

◆ CheckoutCustomerAssociatePayload()

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

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

Parameters
dataJSONDeserialized JSON data for CheckoutCustomerAssociatePayload

Member Function Documentation

◆ checkout()

Checkout Shopify.Unity.CheckoutCustomerAssociatePayload.checkout ( )
inline

The updated checkout object.

◆ customer()

Customer Shopify.Unity.CheckoutCustomerAssociatePayload.customer ( )
inline

The associated customer object.

◆ userErrors()

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

List of errors that occurred executing the mutation.


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