com.fastchar.pay.interfaces.IFastPayProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-pay Show documentation
Show all versions of fastchar-pay Show documentation
FastChar-Pay is a FastChar plugin.
The newest version!
package com.fastchar.pay.interfaces;
import com.fastchar.core.FastAction;
import com.fastchar.core.FastHandler;
import com.fastchar.interfaces.IFastConfig;
import com.fastchar.pay.entity.FinalPayOrderEntity;
/**
* 支付操作类
* @author 沈建(Janesen)
* @date 2020/5/26 09:48
*/
public interface IFastPayProvider {
T getPayConfig(FastHandler handler,FinalPayOrderEntity.PayOrderTypeEnum payType, FastAction action, boolean fromCallBack);
}