Package | Description |
---|---|
org.posper.hibernate | |
org.posper.hibernate.formatters |
POSper Formatters
Formatters are passed to the Velocity engine, e.g. when a ticket is printed.
|
org.posper.tpv.payment |
Modifier and Type | Method and Description |
---|---|
PaymentInfo |
Payment.getPaymentInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Payment.setPaymentInfo(PaymentInfo paymentInfo) |
Modifier and Type | Method and Description |
---|---|
PaymentInfo |
PaymentFormatter.getPaymentInfo()
Retrieve the original PaymentInfo object.
|
Modifier and Type | Class and Description |
---|---|
class |
PaymentInfoCash |
class |
PaymentInfoCoupon |
class |
PaymentInfoFree |
class |
PaymentInfoInvoice |
class |
PaymentInfoMagcard
Instances of this class are used to pass information from the payment dialog to the payment gateway and
vice versa.
|
class |
PaymentInfoMembercard
PaymentInfo extension to be used for the membercard gateway.
|
class |
PaymentInfoNote |
class |
PaymentInfoTicket |
Modifier and Type | Method and Description |
---|---|
PaymentInfo |
PaymentInfoInvoice.clonePayment() |
abstract PaymentInfo |
PaymentInfo.clonePayment() |
PaymentInfo |
PaymentInfoFree.clonePayment() |
PaymentInfo |
PaymentInfoCoupon.clonePayment() |
PaymentInfo |
PaymentInfoTicket.clonePayment() |
PaymentInfo |
PaymentInfoNote.clonePayment() |
PaymentInfo |
PaymentInfoCash.clonePayment() |
PaymentInfo |
PaymentInfoMagcard.clonePayment() |
PaymentInfo |
PaymentInfoMembercard.clonePayment() |
Modifier and Type | Method and Description |
---|---|
LinkedList<PaymentInfo> |
PaymentInfoList.getPayments() |
Modifier and Type | Method and Description |
---|---|
void |
PaymentInfoList.add(PaymentInfo p) |
Copyright © 2021. All rights reserved.