public final class MerchantAccountGateway extends Object
Modifier and Type | Field and Description |
---|---|
private Configuration |
configuration |
static String |
CREATE_URL |
private Http |
http |
Constructor and Description |
---|
MerchantAccountGateway(Http http,
Configuration configuration) |
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
private Configuration configuration
public MerchantAccountGateway(Http http, Configuration configuration)
public Result<MerchantAccount> create(MerchantAccountRequest request)
public MerchantAccount find(String id)
public Result<MerchantAccount> update(String id, MerchantAccountRequest request)
Copyright © 2013-2016. All Rights Reserved.