Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeAuthorizeAndCaptureTransactionRequest.Variables
Packages that use BraintreeAuthorizeAndCaptureTransactionRequest.Variables
-
Uses of BraintreeAuthorizeAndCaptureTransactionRequest.Variables in com.broadleafcommerce.braintree.domain
Fields in com.broadleafcommerce.braintree.domain declared as BraintreeAuthorizeAndCaptureTransactionRequest.VariablesModifier and TypeFieldDescriptionBraintreeAuthorizeAndCaptureTransactionRequest.variables
If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable.Methods in com.broadleafcommerce.braintree.domain that return BraintreeAuthorizeAndCaptureTransactionRequest.VariablesModifier and TypeMethodDescriptionBraintreeAuthorizeAndCaptureTransactionRequest.getVariables()
If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable.Methods in com.broadleafcommerce.braintree.domain with parameters of type BraintreeAuthorizeAndCaptureTransactionRequest.VariablesModifier and TypeMethodDescriptionvoid
BraintreeAuthorizeAndCaptureTransactionRequest.setVariables
(BraintreeAuthorizeAndCaptureTransactionRequest.Variables variables) If you reference variables in your GraphQL document, the value for variables MUST be a JSON object containing the key/value pairs for each variable.