Class BraintreeConfigurationProperties
java.lang.Object
com.broadleafcommerce.paymentgateway.properties.DiscriminatedProperties<BraintreeConfigurationProperties>
com.broadleafcommerce.braintree.service.BraintreeConfigurationProperties
@ConfigurationProperties("broadleaf.braintree")
public class BraintreeConfigurationProperties
extends com.broadleafcommerce.paymentgateway.properties.DiscriminatedProperties<BraintreeConfigurationProperties>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFailureType(String errorClass) getMerchantAccountId(String applicationId, String tenantId) getPrivateKey(String applicationId, String tenantId) getPublicKey(String applicationId, String tenantId) voidsetFailureTypesByErrorClass(Map<String, String> failureTypesByErrorClass) Map of failure types identified by their Braintree response reason code.voidsetMerchantAccountId(String merchantAccountId) The Braintree merchant account ID for your Braintree SDK.voidsetPrivateKey(String privateKey) The Braintree private key for your Braintree SDK.voidsetPublicKey(String publicKey) The Braintree public key for your Braintree SDK.Methods inherited from class com.broadleafcommerce.paymentgateway.properties.DiscriminatedProperties
getApplication, getField, getTenant, setApplication, setTenant
-
Constructor Details
-
BraintreeConfigurationProperties
public BraintreeConfigurationProperties()
-
-
Method Details
-
getPublicKey
-
getPrivateKey
-
getMerchantAccountId
-
getFailureType
-
setPublicKey
The Braintree public key for your Braintree SDK. -
setPrivateKey
The Braintree private key for your Braintree SDK. -
setMerchantAccountId
The Braintree merchant account ID for your Braintree SDK. -
setFailureTypesByErrorClass
Map of failure types identified by their Braintree response reason code.- See Also:
-