Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeAuthorizeTransactionRequest.AuthorizeTransaction
Packages that use BraintreeAuthorizeTransactionRequest.AuthorizeTransaction
-
Uses of BraintreeAuthorizeTransactionRequest.AuthorizeTransaction in com.broadleafcommerce.braintree.domain
Fields in com.broadleafcommerce.braintree.domain declared as BraintreeAuthorizeTransactionRequest.AuthorizeTransactionModifier and TypeFieldDescriptionBraintreeAuthorizeTransactionRequest.Input.transaction
Input fields for the charge, with details that will define the resulting transaction.Methods in com.broadleafcommerce.braintree.domain that return BraintreeAuthorizeTransactionRequest.AuthorizeTransactionModifier and TypeMethodDescriptionBraintreeAuthorizeTransactionRequest.Input.getTransaction()
Input fields for the charge, with details that will define the resulting transaction.Methods in com.broadleafcommerce.braintree.domain with parameters of type BraintreeAuthorizeTransactionRequest.AuthorizeTransactionModifier and TypeMethodDescriptionvoid
BraintreeAuthorizeTransactionRequest.Input.setTransaction
(BraintreeAuthorizeTransactionRequest.AuthorizeTransaction transaction) Input fields for the charge, with details that will define the resulting transaction.