Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentTransaction
Packages that use PaymentTransaction
-
Uses of PaymentTransaction in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type PaymentTransactionModifier and TypeMethodDescriptionPaymentValidationRequest.getTransactions()
Transaction data representing each payment gateway interaction related to this payment.Method parameters in com.broadleafcommerce.paymentgateway.domain with type arguments of type PaymentTransactionModifier and TypeMethodDescriptionvoid
PaymentValidationRequest.setTransactions
(List<PaymentTransaction> transactions) Transaction data representing each payment gateway interaction related to this payment.