public class IdealPaymentGateway extends Object
Modifier and Type | Field and Description |
---|---|
private Configuration |
configuration
Deprecated.
|
private BraintreeGateway |
gateway
Deprecated.
|
private Http |
http
Deprecated.
|
Constructor and Description |
---|
IdealPaymentGateway(BraintreeGateway gateway,
Http http,
Configuration configuration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IdealPayment |
find(String idealPaymentId)
Deprecated.
|
Result<Transaction> |
sale(String idealPaymentId,
TransactionRequest transactionRequest)
Deprecated.
|
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-2020. All Rights Reserved.