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

An object representing exchange of money for a product or service. More...

Public Member Functions

 TransactionQuery (StringBuilder query)
 TransactionQuery is used to build queries. Typically TransactionQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
TransactionQuery amount ()
 The amount of money that the transaction was for. More...
 
TransactionQuery amountV2 (MoneyV2Delegate buildQuery)
 The amount of money that the transaction was for. More...
 
TransactionQuery kind ()
 The kind of the transaction. More...
 
TransactionQuery status ()
 The status of the transaction. More...
 
TransactionQuery statusV2 ()
 The status of the transaction. More...
 
TransactionQuery test ()
 Whether the transaction was done in test mode or not. More...
 

Detailed Description

An object representing exchange of money for a product or service.

Constructor & Destructor Documentation

◆ TransactionQuery()

Shopify.Unity.GraphQL.TransactionQuery.TransactionQuery ( StringBuilder  query)
inline

TransactionQuery is used to build queries. Typically TransactionQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ amount()

TransactionQuery Shopify.Unity.GraphQL.TransactionQuery.amount ( )
inline

The amount of money that the transaction was for.

Deprecated:
Use amountV2 instead

◆ amountV2()

TransactionQuery Shopify.Unity.GraphQL.TransactionQuery.amountV2 ( MoneyV2Delegate  buildQuery)
inline

The amount of money that the transaction was for.

◆ kind()

TransactionQuery Shopify.Unity.GraphQL.TransactionQuery.kind ( )
inline

The kind of the transaction.

◆ status()

TransactionQuery Shopify.Unity.GraphQL.TransactionQuery.status ( )
inline

The status of the transaction.

Deprecated:
Use statusV2 instead

◆ statusV2()

TransactionQuery Shopify.Unity.GraphQL.TransactionQuery.statusV2 ( )
inline

The status of the transaction.

◆ test()

TransactionQuery Shopify.Unity.GraphQL.TransactionQuery.test ( )
inline

Whether the transaction was done in test mode or not.


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