public class IdealPaymentGateway extends Object
| Modifier and Type | Field and Description |
|---|---|
private Configuration |
configuration |
private BraintreeGateway |
gateway |
private Http |
http |
| Constructor and Description |
|---|
IdealPaymentGateway(BraintreeGateway gateway,
Http http,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
IdealPayment |
find(String idealPaymentId) |
Result<Transaction> |
sale(String idealPaymentId,
TransactionRequest transactionRequest) |
private BraintreeGateway gateway
private Http http
private Configuration configuration
public IdealPaymentGateway(BraintreeGateway gateway, Http http, Configuration configuration)
public IdealPayment find(String idealPaymentId)
public Result<Transaction> sale(String idealPaymentId, TransactionRequest transactionRequest)
Copyright © 2013-2018. All Rights Reserved.