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

Details about the gift card used on the checkout. More...

Public Member Functions

 AppliedGiftCardQuery (StringBuilder query)
 AppliedGiftCardQuery is used to build queries. Typically AppliedGiftCardQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
AppliedGiftCardQuery amountUsed ()
 The amount that was taken from the gift card by applying it. More...
 
AppliedGiftCardQuery amountUsedV2 (MoneyV2Delegate buildQuery)
 The amount that was taken from the gift card by applying it. More...
 
AppliedGiftCardQuery balance ()
 The amount left on the gift card. More...
 
AppliedGiftCardQuery balanceV2 (MoneyV2Delegate buildQuery)
 The amount left on the gift card. More...
 
AppliedGiftCardQuery id ()
 Globally unique identifier. More...
 
AppliedGiftCardQuery lastCharacters ()
 The last characters of the gift card. More...
 
AppliedGiftCardQuery presentmentAmountUsed (MoneyV2Delegate buildQuery)
 The amount that was applied to the checkout in its currency. More...
 

Detailed Description

Details about the gift card used on the checkout.

Constructor & Destructor Documentation

◆ AppliedGiftCardQuery()

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

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

Member Function Documentation

◆ amountUsed()

AppliedGiftCardQuery Shopify.Unity.GraphQL.AppliedGiftCardQuery.amountUsed ( )
inline

The amount that was taken from the gift card by applying it.

Deprecated:
Use amountUsedV2 instead

◆ amountUsedV2()

AppliedGiftCardQuery Shopify.Unity.GraphQL.AppliedGiftCardQuery.amountUsedV2 ( MoneyV2Delegate  buildQuery)
inline

The amount that was taken from the gift card by applying it.

◆ balance()

AppliedGiftCardQuery Shopify.Unity.GraphQL.AppliedGiftCardQuery.balance ( )
inline

The amount left on the gift card.

Deprecated:
Use balanceV2 instead

◆ balanceV2()

AppliedGiftCardQuery Shopify.Unity.GraphQL.AppliedGiftCardQuery.balanceV2 ( MoneyV2Delegate  buildQuery)
inline

The amount left on the gift card.

◆ id()

AppliedGiftCardQuery Shopify.Unity.GraphQL.AppliedGiftCardQuery.id ( )
inline

Globally unique identifier.

◆ lastCharacters()

AppliedGiftCardQuery Shopify.Unity.GraphQL.AppliedGiftCardQuery.lastCharacters ( )
inline

The last characters of the gift card.

◆ presentmentAmountUsed()

AppliedGiftCardQuery Shopify.Unity.GraphQL.AppliedGiftCardQuery.presentmentAmountUsed ( MoneyV2Delegate  buildQuery)
inline

The amount that was applied to the checkout in its currency.


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