Class SettlementBatchSummaryGatewayEndpointConfiguration
java.lang.Object
org.apache.camel.component.braintree.BraintreeConfiguration
org.apache.camel.component.braintree.SettlementBatchSummaryGatewayEndpointConfiguration
@ApiParams(apiName="settlementBatchSummary",
description="Provides methods to interact wit settlement summaries",
apiMethods=@ApiMethod(methodName="generate",signatures={"com.braintreegateway.Result<com.braintreegateway.SettlementBatchSummary> generate(java.util.Calendar settlementDate)","com.braintreegateway.Result<com.braintreegateway.SettlementBatchSummary> generate(java.util.Calendar settlementDate, String groupByCustomField)"}),
aliases={})
@UriParams
@Configurer(extended=true)
public final class SettlementBatchSummaryGatewayEndpointConfiguration
extends BraintreeConfiguration
Camel endpoint configuration for
SettlementBatchSummaryGateway.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGroupByCustomField(String groupByCustomField) voidsetSettlementDate(Calendar settlementDate) 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
-
SettlementBatchSummaryGatewayEndpointConfiguration
public SettlementBatchSummaryGatewayEndpointConfiguration()
-
-
Method Details
-
getGroupByCustomField
-
setGroupByCustomField
-
getSettlementDate
-
setSettlementDate
-