| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.po.parser.storedvalue |
Contains the Stored Value PO command parsers.
|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| Modifier and Type | Method and Description |
|---|---|
SvDebitLogRecord |
SvGetRespPars.getDebitLog()
Gets a
SvDebitLogRecord containing the last debit record May return null if the debit record is not available (load case for PO rev < 3.2) |
| Modifier and Type | Method and Description |
|---|---|
SvDebitLogRecord |
CalypsoPo.getSvDebitLogLastRecord()
Gets a reference to the last
SvDebitLogRecord |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SvDebitLogRecord> |
CalypsoPo.getSvDebitLogAllRecords()
Gets list of references to the
SvDebitLogRecord read from the PO. |