Uses of Class
com.broadleafcommerce.rest.api.wrapper.OrderPaymentWrapper
Packages that use OrderPaymentWrapper
Package
Description
-
Uses of OrderPaymentWrapper in com.broadleafcommerce.rest.api.endpoint.checkout
Methods in com.broadleafcommerce.rest.api.endpoint.checkout that return OrderPaymentWrapperModifier and TypeMethodDescriptionCheckoutEndpoint.addOrderPaymentTransaction(jakarta.servlet.http.HttpServletRequest request, Long orderPaymentId, PaymentTransactionWrapper wrapper, Long cartId) CheckoutEndpoint.addPaymentToOrder(jakarta.servlet.http.HttpServletRequest request, OrderPaymentWrapper wrapper, Long cartId) CheckoutEndpoint.addPaymentToOrderById(jakarta.servlet.http.HttpServletRequest request, Double amount, String currencyCode, Long customerPaymentId, Long cartId) Methods in com.broadleafcommerce.rest.api.endpoint.checkout that return types with arguments of type OrderPaymentWrapperModifier and TypeMethodDescriptionCheckoutEndpoint.findPaymentsForOrder(jakarta.servlet.http.HttpServletRequest request, Long cartId) Methods in com.broadleafcommerce.rest.api.endpoint.checkout with parameters of type OrderPaymentWrapperModifier and TypeMethodDescriptionCheckoutEndpoint.addPaymentToOrder(jakarta.servlet.http.HttpServletRequest request, OrderPaymentWrapper wrapper, Long cartId) CheckoutEndpoint.removePaymentFromOrder(jakarta.servlet.http.HttpServletRequest request, OrderPaymentWrapper wrapper, Long cartId) -
Uses of OrderPaymentWrapper in com.broadleafcommerce.rest.api.wrapper
Fields in com.broadleafcommerce.rest.api.wrapper with type parameters of type OrderPaymentWrapperMethods in com.broadleafcommerce.rest.api.wrapper that return types with arguments of type OrderPaymentWrapperMethod parameters in com.broadleafcommerce.rest.api.wrapper with type arguments of type OrderPaymentWrapperModifier and TypeMethodDescriptionvoidOrderWrapper.setPayments(List<OrderPaymentWrapper> payments)