public class PayPalAccountGateway extends Object
Modifier and Type | Field and Description |
---|---|
private Configuration |
configuration |
private Http |
http |
Constructor and Description |
---|
PayPalAccountGateway(Http http,
Configuration configuration) |
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
private Configuration configuration
public PayPalAccountGateway(Http http, Configuration configuration)
public PayPalAccount find(String token)
public Result<PayPalAccount> delete(String token)
public Result<PayPalAccount> update(String token, PayPalAccountRequest request)
Copyright © 2013-2017. All Rights Reserved.