Package com.checkout.previous
Class CheckoutApiImpl
- java.lang.Object
-
- com.checkout.AbstractCheckoutApmApi
-
- com.checkout.previous.CheckoutApiImpl
-
- All Implemented Interfaces:
CheckoutApiClient,CheckoutApi,CheckoutApmApi
public class CheckoutApiImpl extends AbstractCheckoutApmApi implements CheckoutApi, CheckoutApiClient
-
-
Field Summary
-
Fields inherited from class com.checkout.AbstractCheckoutApmApi
apiClient
-
-
Constructor Summary
Constructors Constructor Description CheckoutApiImpl(CheckoutConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomersClientcustomersClient()DisputesClientdisputesClient()EventsClienteventsClient()HostedPaymentsClienthostedPaymentsClient()InstrumentsClientinstrumentsClient()PaymentLinksClientpaymentLinksClient()PaymentsClientpaymentsClient()ReconciliationClientreconciliationClient()RiskClientriskClient()SourcesClientsourcesClient()TokensClienttokensClient()WebhooksClientwebhooksClient()-
Methods inherited from class com.checkout.AbstractCheckoutApmApi
idealClient, klarnaClient, sepaClient
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.checkout.previous.CheckoutApmApi
idealClient, klarnaClient, sepaClient
-
-
-
-
Constructor Detail
-
CheckoutApiImpl
public CheckoutApiImpl(CheckoutConfiguration configuration)
-
-
Method Detail
-
paymentsClient
public PaymentsClient paymentsClient()
- Specified by:
paymentsClientin interfaceCheckoutApi
-
sourcesClient
public SourcesClient sourcesClient()
- Specified by:
sourcesClientin interfaceCheckoutApi
-
tokensClient
public TokensClient tokensClient()
- Specified by:
tokensClientin interfaceCheckoutApi
-
webhooksClient
public WebhooksClient webhooksClient()
- Specified by:
webhooksClientin interfaceCheckoutApi
-
eventsClient
public EventsClient eventsClient()
- Specified by:
eventsClientin interfaceCheckoutApi
-
instrumentsClient
public InstrumentsClient instrumentsClient()
- Specified by:
instrumentsClientin interfaceCheckoutApi
-
paymentLinksClient
public PaymentLinksClient paymentLinksClient()
- Specified by:
paymentLinksClientin interfaceCheckoutApi
-
hostedPaymentsClient
public HostedPaymentsClient hostedPaymentsClient()
- Specified by:
hostedPaymentsClientin interfaceCheckoutApi
-
customersClient
public CustomersClient customersClient()
- Specified by:
customersClientin interfaceCheckoutApi
-
disputesClient
public DisputesClient disputesClient()
- Specified by:
disputesClientin interfaceCheckoutApi
-
reconciliationClient
public ReconciliationClient reconciliationClient()
- Specified by:
reconciliationClientin interfaceCheckoutApi
-
riskClient
public RiskClient riskClient()
- Specified by:
riskClientin interfaceCheckoutApi
-
-