Uses of Class
com.broadleafcommerce.rest.api.wrapper.PaymentTransactionWrapper
Packages that use PaymentTransactionWrapper
Package
Description
-
Uses of PaymentTransactionWrapper in com.broadleafcommerce.rest.api.endpoint.checkout
Methods in com.broadleafcommerce.rest.api.endpoint.checkout with parameters of type PaymentTransactionWrapperModifier and TypeMethodDescriptionCheckoutEndpoint.addOrderPaymentTransaction(jakarta.servlet.http.HttpServletRequest request, Long orderPaymentId, PaymentTransactionWrapper wrapper, Long cartId) -
Uses of PaymentTransactionWrapper in com.broadleafcommerce.rest.api.wrapper
Fields in com.broadleafcommerce.rest.api.wrapper with type parameters of type PaymentTransactionWrapperModifier and TypeFieldDescriptionprotected List<PaymentTransactionWrapper>OrderPaymentWrapper.transactionsMethods in com.broadleafcommerce.rest.api.wrapper that return types with arguments of type PaymentTransactionWrapperMethod parameters in com.broadleafcommerce.rest.api.wrapper with type arguments of type PaymentTransactionWrapperModifier and TypeMethodDescriptionvoidOrderPaymentWrapper.setTransactions(List<PaymentTransactionWrapper> transactions)