Package | Description |
---|---|
org.posper.tpv.payment |
Modifier and Type | Class and Description |
---|---|
class |
PaymentGatewayAuthorizeNet
This gateway implements Authorize.Net AIM Rev September 2012
|
class |
PaymentGatewayCredit
This gateway implementation can be used to store credits on a central server which must implement the
credit gateway REST interface.
|
class |
PaymentGatewayExt |
class |
PaymentGatewayFake
This gateway implementation can be used to test features implemented in the
card processing UI classes.
|
class |
PaymentGatewayHeartland |
class |
PaymentGatewayMemberCard
PaymentGatewayMemberCard implements a payment gateway designed for customized
member cards.
|
class |
PaymentGatewayMerchantWare |
class |
PaymentGatewayOPI
PaymentGatewayMemberCard implements a payment gateway designed for customized
member cards.
|
class |
PaymentGatewaySECPay |
Modifier and Type | Field and Description |
---|---|
protected PaymentGateway |
JPaymentCreditRedeem.m_paymentgateway |
protected PaymentGateway |
JPaymentMagcard.m_paymentgateway |
Modifier and Type | Method and Description |
---|---|
PaymentGateway |
PaymentMethod.getGateway() |
static PaymentGateway |
PaymentGatewayFac.getPaymentGateway(JPanelConfigPayment.Gateways eGateway,
AppProperties app) |
Modifier and Type | Method and Description |
---|---|
void |
PaymentPanelType.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway) |
void |
PaymentPanelOPI.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway) |
void |
PaymentPanelMemberCard.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway) |
void |
PaymentPanelMagCard.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway) |
void |
PaymentPanelExternal.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway) |
void |
PaymentPanel.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway) |
void |
PaymentPanelCreditRedeem.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway) |
void |
PaymentPanelMemberCard.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway,
double dDiscounted,
String sDiscount)
Activates the membercard payment user interface.
|
void |
PaymentPanelCreditRedeem.activate(String sTransaction,
double dTotal,
PaymentGateway oGateway,
JPaymentCreditRedeem oPaymentInterface) |
Copyright © 2021. All rights reserved.