Class ExternalBraintreeProviderProperties
java.lang.Object
com.broadleafcommerce.braintree.provider.external.ExternalBraintreeProviderProperties
@ConfigurationProperties("broadleaf.braintree.provider")
public class ExternalBraintreeProviderProperties
extends Object
The properties for the Braintree API configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Braintree-Version Header You MUST provide a Braintree-Version header with a date in the format YYYY-MM-DD. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Braintree-Version Header You MUST provide a Braintree-Version header with a date in the format YYYY-MM-DD.void
init()
void
void
setApiVersion
(String apiVersion) The Braintree-Version Header You MUST provide a Braintree-Version header with a date in the format YYYY-MM-DD.
-
Field Details
-
apiVersion
The Braintree-Version Header You MUST provide a Braintree-Version header with a date in the format YYYY-MM-DD. We recommend using the date on which you begin integrating with the GraphQL API.
-
-
Constructor Details
-
ExternalBraintreeProviderProperties
public ExternalBraintreeProviderProperties()
-
-
Method Details
-
init
@PostConstruct public void init() -
getApiUrl
-
getApiVersion
The Braintree-Version Header You MUST provide a Braintree-Version header with a date in the format YYYY-MM-DD. We recommend using the date on which you begin integrating with the GraphQL API. -
setApiUrl
-
setApiVersion
The Braintree-Version Header You MUST provide a Braintree-Version header with a date in the format YYYY-MM-DD. We recommend using the date on which you begin integrating with the GraphQL API.
-