| Package | Description |
|---|---|
| com.onlinepayments |
| Modifier and Type | Class and Description |
|---|---|
class |
Client
Base class of all Online Payments platform API resources.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientInterface |
Factory.createClient(Communicator communicator)
Creates a
Client based on the passed Communicator. |
static ClientInterface |
Factory.createClient(CommunicatorConfiguration configuration)
Creates a
Client based on the passed configuration. |
static ClientInterface |
Factory.createClient(URI apiEndpoint,
Connection connection,
Authenticator authenticator,
MetaDataProvider metaDataProvider)
Creates a
Client based on the passed parameters. |
static ClientInterface |
Factory.createClient(URI configurationFileUri,
String apiKeyId,
String secretApiKey)
Creates a
Client based on the configuration values in
configurationFileUri, apiKeyId and secretApiKey. |
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.