Interface BraintreeComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface BraintreeComponentBuilderFactory
Process payments using Braintree Payments. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BraintreeComponentBuilderFactory.BraintreeComponentBuilder
Builder for the Braintree component.static class
BraintreeComponentBuilderFactory.BraintreeComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static BraintreeComponentBuilderFactory.BraintreeComponentBuilder
braintree()
Braintree (camel-braintree) Process payments using Braintree Payments.
-
-
-
Method Detail
-
braintree
static BraintreeComponentBuilderFactory.BraintreeComponentBuilder braintree()
Braintree (camel-braintree) Process payments using Braintree Payments. Category: cloud,payment Since: 2.17 Maven coordinates: org.apache.camel:camel-braintree- Returns:
- the dsl builder
-
-