Class SettlementBatchSummaryGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.SettlementBatchSummaryGatewayEndpointConfiguration
-
@UriParams public final class SettlementBatchSummaryGatewayEndpointConfiguration extends BraintreeConfiguration
Camel EndpointConfiguration for com.braintreegateway.SettlementBatchSummaryGateway
-
-
Constructor Summary
Constructors Constructor Description SettlementBatchSummaryGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupByCustomField()CalendargetSettlementDate()voidsetGroupByCustomField(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, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKey
-
-