public static class Storefront.TransactionQuery extends Query<Storefront.TransactionQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.TransactionQuery |
amount(Storefront.MoneyV2QueryDefinition queryDef)
The amount of money that the transaction was for.
|
Storefront.TransactionQuery |
amountV2(Storefront.MoneyV2QueryDefinition queryDef)
Deprecated.
Use `amount` instead.
|
Storefront.TransactionQuery |
kind()
The kind of the transaction.
|
Storefront.TransactionQuery |
status()
Deprecated.
Use `statusV2` instead.
|
Storefront.TransactionQuery |
statusV2()
The status of the transaction.
|
Storefront.TransactionQuery |
test()
Whether the transaction was done in test mode or not.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.TransactionQuery amount(Storefront.MoneyV2QueryDefinition queryDef)
@Deprecated public Storefront.TransactionQuery amountV2(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.TransactionQuery kind()
@Deprecated public Storefront.TransactionQuery status()
public Storefront.TransactionQuery statusV2()
public Storefront.TransactionQuery test()