com.braintreegateway
public final class MerchantAccountGateway extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_URL |
private Http |
http |
| Constructor and Description |
|---|
MerchantAccountGateway(Http http) |
| Modifier and Type | Method and Description |
|---|---|
Result<MerchantAccount> |
create(MerchantAccountRequest request) |
MerchantAccount |
find(String id) |
Result<MerchantAccount> |
update(String id,
MerchantAccountRequest request) |
public static final String CREATE_URL
private final Http http
public MerchantAccountGateway(Http http)
public Result<MerchantAccount> create(MerchantAccountRequest request)
public MerchantAccount find(String id)
public Result<MerchantAccount> update(String id, MerchantAccountRequest request)
Copyright © 2013-2014. All Rights Reserved.