Uses of Enum Class
com.example.orderplatform.payments.domain.PaymentStatus
Packages that use PaymentStatus
-
Uses of PaymentStatus in com.example.orderplatform.payments.domain
Methods in com.example.orderplatform.payments.domain that return PaymentStatusModifier and TypeMethodDescriptionPayment.status()Returns the value of thestatusrecord component.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.Constructors in com.example.orderplatform.payments.domain with parameters of type PaymentStatusModifierConstructorDescriptionPayment(UUID id, UUID orderId, PaymentStatus status, Money amount, OffsetDateTime createdAt, OffsetDateTime authorizedAt) Creates an instance of aPaymentrecord class.