Uses of Class
org.bookstore.payment.entity.Payment
Packages that use Payment
-
Uses of Payment in org.bookstore.order.entity
Methods in org.bookstore.order.entity that return PaymentMethods in org.bookstore.order.entity with parameters of type Payment -
Uses of Payment in org.bookstore.payment.service
Methods in org.bookstore.payment.service that return PaymentModifier and TypeMethodDescriptionPaymentService.makePayment(Customer customer, BigDecimal amount) Makes a credit card payment for a book order.