Uses of Class
com.mt.ecommerce.product.model.PaymentBO
Packages that use PaymentBO
-
Uses of PaymentBO in com.mt.ecommerce.product.controller
Methods in com.mt.ecommerce.product.controller that return types with arguments of type PaymentBOModifier and TypeMethodDescriptionPaymentController.getVendorOrder
(String vendorID) Endpoint to retrieve payments for a specific vendor. -
Uses of PaymentBO in com.mt.ecommerce.product.service
Methods in com.mt.ecommerce.product.service that return PaymentBOModifier and TypeMethodDescriptionPaymentService.createPayment
(PaymentBO paymentBO) Creates a new payment.Methods in com.mt.ecommerce.product.service that return types with arguments of type PaymentBOModifier and TypeMethodDescriptionPaymentService.getPayment
(UUID vendorId) Retrieves payments for a specific vendor.Methods in com.mt.ecommerce.product.service with parameters of type PaymentBOModifier and TypeMethodDescriptionPaymentService.createPayment
(PaymentBO paymentBO) Creates a new payment.