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

Return type for checkoutCompleteWithCreditCardV2 mutation. More...

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

Public Member Functions

 CheckoutCompleteWithCreditCardV2payload (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 checkoutCompleteWithCreditCardV2 mutation.

Constructor & Destructor Documentation

◆ CheckoutCompleteWithCreditCardV2payload()

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

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

Parameters
dataJSONDeserialized JSON data for CheckoutCompleteWithCreditCardV2payload

Member Function Documentation

◆ checkout()

Checkout Shopify.Unity.CheckoutCompleteWithCreditCardV2payload.checkout ( )
inline

The checkout on which the payment was applied.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ payment()

Payment Shopify.Unity.CheckoutCompleteWithCreditCardV2payload.payment ( )
inline

A representation of the attempted payment.

◆ userErrors()

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