| Package | Description |
|---|---|
| com.adyen | |
| com.adyen.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Environment |
Config.environment |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Config.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setEnvironment(Environment environment) |
void |
Client.setEnvironment(Environment environment) |
| Constructor and Description |
|---|
Client(String username,
String password,
Environment environment,
String applicationName) |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
Environment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.