All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.pay.interfaces.IFastPayProvider Maven / Gradle / Ivy

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy