| Package | Description |
|---|---|
| org.posper.hibernate | |
| org.posper.tpv.panelsales.restaurant | |
| org.posper.tpv.payment |
| Modifier and Type | Method and Description |
|---|---|
MagCardReader |
Ticket.getCreditCard()
This transient property indicates that we have swiped a credit card and,
if configured, want to process the ticket through the configured credit
card gateway for full payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ticket.setCreditCard(MagCardReader creditCardReader) |
| Modifier and Type | Field and Description |
|---|---|
protected MagCardReader |
JTicketsBagRestaurantMap.m_cardreader |
| Modifier and Type | Class and Description |
|---|---|
class |
MagCardReaderGeneric |
class |
MagCardReaderIntelligent |
class |
MagCardReaderLine
MagCardReaderLine is a simple reader returning the '\n'-termintated
string e.g. returned by a keyboard interface barcode scanner.
|
class |
MagCardReaderMFTag
MagCardReaderMFTag reads and writes Mifare RFID tags
|
class |
MagCardReaderString
MagCardReaderString is a simple reader returning the '?'
|
class |
MagCardReaderTag
MagCardReaderTag reads RFI tags returning the id stored on the chip.
|
| Modifier and Type | Method and Description |
|---|---|
static MagCardReader |
MagCardReaderFac.getMagCardReader(String sReader) |
static MagCardReader |
MagCardReaderGeneric.parseCardString(String sCardString) |
static MagCardReader |
MagCardReaderString.parseCardString(String sCardString) |
| Constructor and Description |
|---|
PaymentPanelMagCard(MagCardReader cardreader,
JPaymentNotifier notifier)
Creates new form JMagCardReader
|
Copyright © 2021. All rights reserved.