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

org.yes.tools.pay.service.BasePayService Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package org.yes.tools.pay.service;

import org.yes.tools.pay.config.PayConfig;

public interface BasePayService {

    String getPayBaseUrl();

    PayConfig getConfig();

    void setConfig(PayConfig payConfig);

    Boolean switchConfig(String appId);

    void setMultiConfig(PayConfig payConfig, String defaultAppId);

    void addConfig(String appId, PayConfig payConfig);

    PayService getPayService();

    String getAuthorization(String reqBody) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy