com.braintreegateway
public class PayPalAccountGateway extends Object
Constructor and Description |
---|
PayPalAccountGateway(Http http) |
Modifier and Type | Method and Description |
---|---|
Result<PayPalAccount> |
delete(String token) |
PayPalAccount |
find(String token) |
Result<PayPalAccount> |
update(String token,
PayPalAccountRequest request) |
private Http http
public PayPalAccountGateway(Http http)
public PayPalAccount find(String token)
public Result<PayPalAccount> delete(String token)
public Result<PayPalAccount> update(String token, PayPalAccountRequest request)
Copyright © 2013-2014. All Rights Reserved.