Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeResponse.Data
Packages that use BraintreeResponse.Data
-
Uses of BraintreeResponse.Data in com.broadleafcommerce.braintree.domain
Methods in com.broadleafcommerce.braintree.domain that return BraintreeResponse.DataModifier and TypeMethodDescriptionBraintreeResponse.getData()A successful query MUST return a JSON object with a data key whose value is a JSON object with the data you requested.Methods in com.broadleafcommerce.braintree.domain with parameters of type BraintreeResponse.DataModifier and TypeMethodDescriptionvoidBraintreeResponse.setData(BraintreeResponse.Data data) A successful query MUST return a JSON object with a data key whose value is a JSON object with the data you requested.