com.braintreegateway
public class PaymentMethodGateway extends Object
| Constructor and Description |
|---|
PaymentMethodGateway(Http http) |
| Modifier and Type | Method and Description |
|---|---|
Result<? extends PaymentMethod> |
create(PaymentMethodRequest request) |
Result<? extends PaymentMethod> |
delete(String token) |
PaymentMethod |
find(String token) |
Result<? extends PaymentMethod> |
parseResponse(NodeWrapper response) |
private Http http
public PaymentMethodGateway(Http http)
public Result<? extends PaymentMethod> create(PaymentMethodRequest request)
public Result<? extends PaymentMethod> delete(String token)
public PaymentMethod find(String token)
public Result<? extends PaymentMethod> parseResponse(NodeWrapper response)
Copyright © 2013-2014. All Rights Reserved.