Package | Description |
---|---|
com.braintreegateway |
Modifier and Type | Field and Description |
---|---|
private MerchantAccount |
MerchantAccount.masterMerchantAccount |
private MerchantAccount |
Disbursement.merchantAccount |
private MerchantAccount |
WebhookNotification.merchantAccount |
Modifier and Type | Field and Description |
---|---|
private List<MerchantAccount> |
Merchant.merchantAccounts |
Modifier and Type | Method and Description |
---|---|
MerchantAccount |
MerchantAccountGateway.find(String id) |
MerchantAccount |
MerchantAccount.getMasterMerchantAccount() |
MerchantAccount |
Disbursement.getMerchantAccount() |
MerchantAccount |
WebhookNotification.getMerchantAccount() |
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<MerchantAccount> |
MerchantAccountGateway.all() |
Result<MerchantAccount> |
MerchantAccountGateway.create(MerchantAccountRequest request) |
Result<MerchantAccount> |
MerchantAccountGateway.createForCurrency(MerchantAccountCreateForCurrencyRequest request) |
PaginatedResult<MerchantAccount> |
MerchantAccountGateway.fetchMerchantAccounts(int page) |
List<MerchantAccount> |
Merchant.getMerchantAccounts() |
PaginatedResult<MerchantAccount> |
MerchantAccountPager.getPage(int page) |
Result<MerchantAccount> |
MerchantAccountGateway.update(String id,
MerchantAccountRequest request) |
Copyright © 2013-2019. All Rights Reserved.