public static class Storefront.TransactionQuery
extends <any>
| Modifier and Type | Method and Description |
|---|---|
Storefront.TransactionQuery |
amount()
Deprecated.
Use `amountV2` instead
|
Storefront.TransactionQuery |
amountV2(Storefront.MoneyV2QueryDefinition queryDef)
The amount of money that the transaction was for.
|
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.
|
@Deprecated public Storefront.TransactionQuery amount()
public Storefront.TransactionQuery amountV2(Storefront.MoneyV2QueryDefinition queryDef)
public Storefront.TransactionQuery kind()
@Deprecated public Storefront.TransactionQuery status()
public Storefront.TransactionQuery statusV2()
public Storefront.TransactionQuery test()