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="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)")},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()voidsetCurrencyRequest(com.braintreegateway.MerchantAccountCreateForCurrencyRequest currencyRequest) voidvoidMethods 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
-