Class ReportGatewayEndpointConfiguration
java.lang.Object
org.apache.camel.component.braintree.BraintreeConfiguration
org.apache.camel.component.braintree.ReportGatewayEndpointConfiguration
@ApiParams(apiName="report",
description="Provides methods to interact with reports",
apiMethods=@ApiMethod(methodName="transactionLevelFees",description="Retrieves a Transaction-Level Fee Report",signatures="com.braintreegateway.Result<com.braintreegateway.TransactionLevelFeeReport> transactionLevelFees(com.braintreegateway.TransactionLevelFeeReportRequest request)"),
aliases={})
@UriParams
@Configurer(extended=true)
public final class ReportGatewayEndpointConfiguration
extends BraintreeConfiguration
Camel endpoint configuration for
ReportGateway.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.braintreegateway.TransactionLevelFeeReportRequestvoidsetRequest(com.braintreegateway.TransactionLevelFeeReportRequest 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
-
ReportGatewayEndpointConfiguration
public ReportGatewayEndpointConfiguration()
-
-
Method Details
-
getRequest
public com.braintreegateway.TransactionLevelFeeReportRequest getRequest() -
setRequest
public void setRequest(com.braintreegateway.TransactionLevelFeeReportRequest request)
-