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

Return type for checkoutCompleteWithTokenizedPayment mutation. More...

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

Public Member Functions

 CheckoutCompleteWithTokenizedPaymentPayload (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
Checkout checkout ()
 The checkout on which the payment was applied. More...
 
List< CheckoutUserErrorcheckoutUserErrors ()
 List of errors that occurred executing the mutation. More...
 
Payment payment ()
 A representation of the attempted payment. 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 checkoutCompleteWithTokenizedPayment mutation.

Constructor & Destructor Documentation

◆ CheckoutCompleteWithTokenizedPaymentPayload()

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

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

Parameters
dataJSONDeserialized JSON data for CheckoutCompleteWithTokenizedPaymentPayload

Member Function Documentation

◆ checkout()

Checkout Shopify.Unity.CheckoutCompleteWithTokenizedPaymentPayload.checkout ( )
inline

The checkout on which the payment was applied.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ payment()

Payment Shopify.Unity.CheckoutCompleteWithTokenizedPaymentPayload.payment ( )
inline

A representation of the attempted payment.

◆ userErrors()

List<UserError> Shopify.Unity.CheckoutCompleteWithTokenizedPaymentPayload.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: