| Package | Description |
|---|---|
| com.braintreegateway |
| Modifier and Type | Field and Description |
|---|---|
static Environment |
Environment.DEVELOPMENT
For Braintree internal development.
|
private Environment |
BraintreeGateway.environment |
private Environment |
TestingGateway.environment |
static Environment |
Environment.PRODUCTION
For production.
|
static Environment |
Environment.SANDBOX
For merchant's to use during their development and testing.
|
| 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.
|
TestingGateway(Http http,
Environment environment) |
Copyright © 2013-2014. All Rights Reserved.