Uses of Record Class
com.dmasone.identity.payment.application.PaymentResult
Packages that use PaymentResult
Package
Description
Payment use cases and event handling.
Payment HTTP API.
-
Uses of PaymentResult in com.dmasone.identity.payment.application
Methods in com.dmasone.identity.payment.application that return PaymentResultModifier and TypeMethodDescriptionPaymentService.authorize(OrderPlacedEvent event) PaymentService.findByOrderId(UUID orderId) static PaymentResultPaymentResult.from(PaymentAttempt attempt) -
Uses of PaymentResult in com.dmasone.identity.payment.interfaces.rest
Methods in com.dmasone.identity.payment.interfaces.rest with parameters of type PaymentResultModifier and TypeMethodDescriptionPaymentRestMapper.toDto(PaymentResult paymentResult) PaymentRestMapperImpl.toDto(PaymentResult paymentResult)