Uses of Enum Class
com.dmasone.identity.payment.domain.PaymentStatus
Packages that use PaymentStatus
Package
Description
Payment use cases and event handling.
Payment domain model and payment-specific exceptions.
Payment HTTP API.
-
Uses of PaymentStatus in com.dmasone.identity.payment.application
Methods in com.dmasone.identity.payment.application that return PaymentStatusModifier and TypeMethodDescriptionSimulatedPaymentGateway.authorize(OrderPlacedEvent event) PaymentResult.status()Returns the value of thestatusrecord component.Constructors in com.dmasone.identity.payment.application with parameters of type PaymentStatusModifierConstructorDescriptionPaymentResult(UUID id, UUID orderId, PaymentStatus status, Instant requestedAt) Creates an instance of aPaymentResultrecord class. -
Uses of PaymentStatus in com.dmasone.identity.payment.domain
Methods in com.dmasone.identity.payment.domain that return PaymentStatusModifier and TypeMethodDescriptionPaymentAttempt.status()static PaymentStatusReturns the enum constant of this class with the specified name.static PaymentStatus[]PaymentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dmasone.identity.payment.domain with parameters of type PaymentStatusModifier and TypeMethodDescriptionstatic PaymentAttemptPaymentAttempt.create(UUID id, UUID orderId, Long productId, int quantity, PaymentStatus status, Instant requestedAt) -
Uses of PaymentStatus in com.dmasone.identity.payment.interfaces.rest
Methods in com.dmasone.identity.payment.interfaces.rest that return PaymentStatusModifier and TypeMethodDescriptionPaymentDto.status()Returns the value of thestatusrecord component.Constructors in com.dmasone.identity.payment.interfaces.rest with parameters of type PaymentStatusModifierConstructorDescriptionPaymentDto(UUID id, UUID orderId, PaymentStatus status, Instant requestedAt) Creates an instance of aPaymentDtorecord class.