Uses of Class
com.broadleafcommerce.customer.service.provider.domain.PaymentTransaction
-
Packages that use PaymentTransaction Package Description com.broadleafcommerce.customer.messaging com.broadleafcommerce.customer.service.provider.domain -
-
Uses of PaymentTransaction in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return PaymentTransaction Modifier and Type Method Description protected PaymentTransactionCreatePaymentAccountEventListener. 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 PaymentTransaction Modifier and Type Method Description List<PaymentTransaction>Payment. 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 PaymentTransaction Modifier and Type Method Description voidPayment. 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.
-