Uses of Interface
org.calypsonet.terminal.calypso.card.SvDebitLogRecord
-
Packages that use SvDebitLogRecord Package Description org.calypsonet.terminal.calypso.card Calypso card data structures and selection API. -
-
Uses of SvDebitLogRecord in org.calypsonet.terminal.calypso.card
Methods in org.calypsonet.terminal.calypso.card that return SvDebitLogRecord Modifier and Type Method Description SvDebitLogRecord
CalypsoCard. getSvDebitLogLastRecord()
Gets a reference to the lastSvDebitLogRecord
Methods in org.calypsonet.terminal.calypso.card that return types with arguments of type SvDebitLogRecord Modifier and Type Method Description java.util.List<SvDebitLogRecord>
CalypsoCard. getSvDebitLogAllRecords()
Gets list of references to theSvDebitLogRecord
read from the card.
-