Uses of Class
com.broadleafcommerce.customer.service.provider.domain.PaymentTransaction
Packages that use PaymentTransaction
Package
Description
-
Uses of PaymentTransaction in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return PaymentTransactionModifier and TypeMethodDescriptionprotected PaymentTransaction
CreatePaymentAccountEventListener.getLatestSuccessfulTransaction
(Payment payment) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentTransaction in com.broadleafcommerce.customer.service.provider.domain
Methods in com.broadleafcommerce.customer.service.provider.domain that return types with arguments of type PaymentTransactionModifier and TypeMethodDescriptionPayment.getTransactions()
Deprecated, for removal: This API element is subject to removal in a future version.Transaction data representing each payment gateway interaction related to this payment.Method parameters in com.broadleafcommerce.customer.service.provider.domain with type arguments of type PaymentTransactionModifier and TypeMethodDescriptionvoid
Payment.setTransactions
(List<PaymentTransaction> transactions) Deprecated, for removal: This API element is subject to removal in a future version.Transaction data representing each payment gateway interaction related to this payment.