public static class Storefront.AppliedGiftCardQuery
extends <any>
| Modifier and Type | Method and Description |
|---|---|
Storefront.AppliedGiftCardQuery |
amountUsed()
Deprecated.
Use `amountUsedV2` instead
|
Storefront.AppliedGiftCardQuery |
amountUsedV2(Storefront.MoneyV2QueryDefinition queryDef)
The amount that was taken from the gift card by applying it.
|
Storefront.AppliedGiftCardQuery |
balance()
Deprecated.
Use `balanceV2` instead
|
Storefront.AppliedGiftCardQuery |
balanceV2(Storefront.MoneyV2QueryDefinition queryDef)
The amount left on the gift card.
|
Storefront.AppliedGiftCardQuery |
lastCharacters()
The last characters of the gift card.
|
Storefront.AppliedGiftCardQuery |
presentmentAmountUsed(Storefront.MoneyV2QueryDefinition queryDef)
The amount that was applied to the checkout in its currency.
|
@Deprecated public Storefront.AppliedGiftCardQuery amountUsed()
public Storefront.AppliedGiftCardQuery amountUsedV2(Storefront.MoneyV2QueryDefinition queryDef)
@Deprecated public Storefront.AppliedGiftCardQuery balance()
public Storefront.AppliedGiftCardQuery balanceV2(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.AppliedGiftCardQuery lastCharacters()
public Storefront.AppliedGiftCardQuery presentmentAmountUsed(Storefront.MoneyV2QueryDefinition queryDef)