类 AccountGatewayComponent

java.lang.Object
com.publiccms.common.base.AbstractPaymentGateway
com.publiccms.logic.component.paymentgateway.AccountGatewayComponent
所有已实现的接口:
Container<String>, PaymentGateway

@Component public class AccountGatewayComponent extends AbstractPaymentGateway
  • 字段详细资料

  • 构造器详细资料

    • AccountGatewayComponent

      public AccountGatewayComponent()
  • 方法详细资料

    • getAccountType

      public String getAccountType()
    • pay

      public boolean pay(SysSite site, TradePayment payment, String paymentType, String callbackUrl, jakarta.servlet.http.HttpServletResponse response)
    • refund

      public boolean refund(short siteId, TradePayment payment, TradeRefund refund)
    • enabled

      public boolean enabled(short siteId)