public abstract class AbstractPaymentGateway extends java.lang.Object implements PaymentGateway
限定符和类型 | 字段和说明 |
---|---|
private TradePaymentHistoryService |
historyService |
private PaymentProcessorComponent |
paymentProcessorComponent |
private TradePaymentService |
service |
构造器和说明 |
---|
AbstractPaymentGateway() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
confirmPay(short siteId,
TradePayment payment) |
boolean |
exportable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enable, getAccountType, keyFunction, pay, refund
private TradePaymentService service
private TradePaymentHistoryService historyService
private PaymentProcessorComponent paymentProcessorComponent
public boolean confirmPay(short siteId, TradePayment payment)
confirmPay
在接口中 PaymentGateway
public boolean exportable()