TransactionRecordpublic interface TransactionRecord This class is defined by the JSR-229 specification
Payment API (PAPI),
Version 1.0.0 |
Fields Summary |
---|
public static final int | TRANSACTION_SUCCESSFUL | public static final int | TRANSACTION_FAILED | public static final int | TRANSACTION_REJECTED |
Methods Summary |
---|
public int | getFeatureID()
| public long | getFinishedTimestamp()
| public int | getState()
| public int | getTransactionID()
| public boolean | wasMissed()
|
|