Class DocumentUploadGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.DocumentUploadGatewayEndpointConfiguration
-
@ApiParams(apiName="documentUpload", description="API to upload evidence documents", apiMethods=@ApiMethod(methodName="create",signatures="com.braintreegateway.Result<com.braintreegateway.DocumentUpload> create(com.braintreegateway.DocumentUploadRequest request)"), aliases={}) @UriParams @Configurer(extended=true) public final class DocumentUploadGatewayEndpointConfiguration extends BraintreeConfiguration
Camel endpoint configuration forDocumentUploadGateway
.
-
-
Constructor Summary
Constructors Constructor Description DocumentUploadGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.braintreegateway.DocumentUploadRequest
getRequest()
void
setRequest(com.braintreegateway.DocumentUploadRequest 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
-
-