Class MerchantAccountGatewayEndpointConfiguration
java.lang.Object
org.apache.camel.component.braintree.BraintreeConfiguration
org.apache.camel.component.braintree.MerchantAccountGatewayEndpointConfiguration
@ApiParams(apiName="merchantAccount",description="Provides methods to create, find, and update MerchantAccount objects",apiMethods={@ApiMethod(methodName="all",signatures="com.braintreegateway.PaginatedCollection<com.braintreegateway.MerchantAccount> all()"),@ApiMethod(methodName="create",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> create(com.braintreegateway.MerchantAccountRequest request)"),@ApiMethod(methodName="createForCurrency",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> createForCurrency(com.braintreegateway.MerchantAccountCreateForCurrencyRequest request)"),@ApiMethod(methodName="fetchMerchantAccounts",signatures="com.braintreegateway.PaginatedResult<com.braintreegateway.MerchantAccount> fetchMerchantAccounts(int page)"),@ApiMethod(methodName="find",signatures="com.braintreegateway.MerchantAccount find(String id)"),@ApiMethod(methodName="update",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> update(String id, com.braintreegateway.MerchantAccountRequest request)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class MerchantAccountGatewayEndpointConfiguration
extends BraintreeConfiguration
Camel endpoint configuration for
MerchantAccountGateway.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.braintreegateway.MerchantAccountCreateForCurrencyRequestgetId()getPage()com.braintreegateway.MerchantAccountRequestvoidsetCurrencyRequest(com.braintreegateway.MerchantAccountCreateForCurrencyRequest currencyRequest) voidvoidvoidsetRequest(com.braintreegateway.MerchantAccountRequest request) Methods inherited from class org.apache.camel.component.braintree.BraintreeConfiguration
getAccessToken, getApiName, getEnvironment, getHttpLogLevel, getHttpLogName, getHttpReadTimeout, getMerchantId, getMethodName, getPrivateKey, getProxyHost, getProxyPort, getPublicKey, isLogHandlerEnabled, setAccessToken, setApiName, setEnvironment, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKey
-
Constructor Details
-
MerchantAccountGatewayEndpointConfiguration
public MerchantAccountGatewayEndpointConfiguration()
-
-
Method Details
-
getCurrencyRequest
public com.braintreegateway.MerchantAccountCreateForCurrencyRequest getCurrencyRequest() -
setCurrencyRequest
public void setCurrencyRequest(com.braintreegateway.MerchantAccountCreateForCurrencyRequest currencyRequest) -
getId
-
setId
-
getPage
-
setPage
-
getRequest
public com.braintreegateway.MerchantAccountRequest getRequest() -
setRequest
public void setRequest(com.braintreegateway.MerchantAccountRequest request)
-