| Package | Description |
|---|---|
| com.braintreegateway |
| Modifier and Type | Field and Description |
|---|---|
static Environment |
Environment.DEVELOPMENT
For Braintree internal development.
|
Environment |
CredentialsParser.environment |
static Environment |
Environment.PRODUCTION
For production.
|
static Environment |
Environment.QA |
static Environment |
Environment.SANDBOX
For merchants to use during their development and testing.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Configuration.getEnvironment() |
static Environment |
Environment.parseEnvironment(String environment) |
| Modifier and Type | Method and Description |
|---|---|
static BraintreeGateway |
BraintreeGateway.forPartner(Environment environment,
String partnerId,
String publicKey,
String privateKey)
Returns a BraintreeGateway specifically for Partner usage.
|
| Constructor and Description |
|---|
BraintreeGateway(Environment environment,
String merchantId,
String publicKey,
String privateKey)
Instantiates a BraintreeGateway.
|
Configuration(Environment environment,
String merchantId,
String publicKey,
String privateKey) |
Copyright © 2013–2018. All rights reserved.