![JAR search and dependency download from the Maven repository](/logo.png)
com.global.api.gateways.bill_pay.IBillPayRequest Maven / Gradle / Ivy
package com.global.api.gateways.bill_pay;
import com.global.api.entities.billing.Credentials;
import com.global.api.utils.ElementTree;
public interface IBillPayRequest {
IBillPayRequest build(ElementTree et, T builder, Credentials credentials);
public IBillPayResponse execute();
public IBillPayResponse execute(String endpoint);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy