Package com.checkout.apm.ideal
Class IdealClientImpl
- java.lang.Object
-
- com.checkout.AbstractClient
-
- com.checkout.apm.ideal.IdealClientImpl
-
- All Implemented Interfaces:
IdealClient
public class IdealClientImpl extends AbstractClient implements IdealClient
-
-
Field Summary
-
Fields inherited from class com.checkout.AbstractClient
apiClient, configuration
-
-
Constructor Summary
Constructors Constructor Description IdealClientImpl(ApiClient apiClient, CheckoutConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IdealInfo>getInfo()java.util.concurrent.CompletableFuture<IssuerResponse>getIssuers()-
Methods inherited from class com.checkout.AbstractClient
buildPath, isSandbox, sdkAuthorization, sdkAuthorization
-
-
-
-
Constructor Detail
-
IdealClientImpl
public IdealClientImpl(ApiClient apiClient, CheckoutConfiguration configuration)
-
-
Method Detail
-
getInfo
public java.util.concurrent.CompletableFuture<IdealInfo> getInfo()
- Specified by:
getInfoin interfaceIdealClient
-
getIssuers
public java.util.concurrent.CompletableFuture<IssuerResponse> getIssuers()
- Specified by:
getIssuersin interfaceIdealClient
-
-