Package com.alphapay.api
Interface AlphaPayClient
- All Known Implementing Classes:
BaseAlphaPayClient,DefaultAlphaPayClient
public interface AlphaPayClient
-
Method Summary
Modifier and TypeMethodDescription<T extends AlphaPayResponse>
Texecute(AlphaPayRequest<T> alphaPayRequest)
-
Method Details
-
execute
<T extends AlphaPayResponse> T execute(AlphaPayRequest<T> alphaPayRequest) throws AlphaPayApiException - Throws:
AlphaPayApiException
-