public static class Storefront.AppliedGiftCardQuery extends Query<Storefront.AppliedGiftCardQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.AppliedGiftCardQuery |
amountUsed(Storefront.MoneyV2QueryDefinition queryDef)
The amount that was taken from the gift card by applying it.
|
Storefront.AppliedGiftCardQuery |
amountUsedV2(Storefront.MoneyV2QueryDefinition queryDef)
Deprecated.
Use `amountUsed` instead.
|
Storefront.AppliedGiftCardQuery |
balance(Storefront.MoneyV2QueryDefinition queryDef)
The amount left on the gift card.
|
Storefront.AppliedGiftCardQuery |
balanceV2(Storefront.MoneyV2QueryDefinition queryDef)
Deprecated.
Use `balance` instead.
|
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.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.AppliedGiftCardQuery amountUsed(Storefront.MoneyV2QueryDefinition queryDef)
@Deprecated public Storefront.AppliedGiftCardQuery amountUsedV2(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.AppliedGiftCardQuery balance(Storefront.MoneyV2QueryDefinition queryDef)
@Deprecated public Storefront.AppliedGiftCardQuery balanceV2(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.AppliedGiftCardQuery lastCharacters()
public Storefront.AppliedGiftCardQuery presentmentAmountUsed(Storefront.MoneyV2QueryDefinition queryDef)