Class BraintreeResponse.Extensions
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.Extensions
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRequestId entry that is unique to the request and useful to Braintree Support should you need help debugging a requestvoid
setRequestId
(String requestId) RequestId entry that is unique to the request and useful to Braintree Support should you need help debugging a request
-
Constructor Details
-
Extensions
public Extensions()
-
-
Method Details
-
setRequestId
RequestId entry that is unique to the request and useful to Braintree Support should you need help debugging a request -
getRequestId
RequestId entry that is unique to the request and useful to Braintree Support should you need help debugging a request
-