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