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 Details

    • apiVersion

      public String 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

      public String getApiUrl()
    • getApiVersion

      public String 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

      public void setApiUrl(String apiUrl)
    • setApiVersion

      public void setApiVersion(String 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.