| Package | Description |
|---|---|
| com.braintreegateway |
| Modifier and Type | Field and Description |
|---|---|
private BraintreeGateway |
UsBankAccountGateway.gateway |
private BraintreeGateway |
IdealPaymentGateway.gateway |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionLineItem> |
Transaction.getLineItems(BraintreeGateway gateway) |
ResourceCollection<Transaction> |
Disbursement.getTransactions(BraintreeGateway gateway) |
Address |
Transaction.getVaultBillingAddress(BraintreeGateway gateway) |
CreditCard |
Transaction.getVaultCreditCard(BraintreeGateway gateway) |
Customer |
Transaction.getVaultCustomer(BraintreeGateway gateway) |
Address |
Transaction.getVaultShippingAddress(BraintreeGateway gateway) |
| Constructor and Description |
|---|
IdealPaymentGateway(BraintreeGateway gateway,
Http http,
Configuration configuration) |
UsBankAccountGateway(BraintreeGateway gateway,
Http http,
Configuration configuration) |
Copyright © 2013-2018. All Rights Reserved.