Class PaymentState
java.lang.Object
sk.iway.iwcm.components.basket.payment_methods.jpa.PaymentState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum representing payment status after payment is processed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setInvoiceId
(Long invoiceId) void
setPaymentDateTime
(Date paymentDateTime) void
setPaymentDescription
(String paymentDescription) void
setPaymentId
(String paymentId) void
setStatus
(PaymentState.PaymentStatus status)
-
Constructor Details
-
PaymentState
public PaymentState()
-
-
Method Details
-
getPaymentId
-
getPaymentDescription
-
getStatus
-
getInvoiceId
-
getPaymentDateTime
-
setPaymentId
-
setPaymentDescription
-
setStatus
-
setInvoiceId
-
setPaymentDateTime
-