public class PaymentGatewayExt extends Object implements PaymentGateway
| Constructor and Description |
|---|
PaymentGatewayExt()
Creates a new instance of PaymentGatewayExt
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
cancelPayment(Payment payment)
cancelPayment is only used in Payment#revertGatewyPayment
|
void |
execute(PaymentInfoMagcard payinfo)
Execute must pass a payment request to the gateway using the parameters in PaymentInfoMagcard and write
the results back into PaymentInfoMagcard.
|
PaymentPanel |
getInfoMagcardFactory(JPaymentNotifier notifier) |
Boolean |
reconciliate() |
Boolean |
reconciliateWithClosure() |
boolean |
supportsReconciliation() |
public PaymentGatewayExt()
public PaymentPanel getInfoMagcardFactory(JPaymentNotifier notifier)
getInfoMagcardFactory in interface PaymentGatewaypublic void execute(PaymentInfoMagcard payinfo)
PaymentGatewayexecute in interface PaymentGatewaypayinfo - The payinfo object stores all transaction parameters including the return values.public Boolean reconciliate()
reconciliate in interface PaymentGatewaypublic Boolean reconciliateWithClosure()
reconciliateWithClosure in interface PaymentGatewaypublic Boolean cancelPayment(Payment payment)
PaymentGatewaycancelPayment in interface PaymentGatewaypublic boolean supportsReconciliation()
supportsReconciliation in interface PaymentGatewayCopyright © 2021. All rights reserved.