PaymentStatus

enum PaymentStatus : Enum<PaymentStatus>

Entries

NONE
Link copied to clipboard
@Json(name = NONE)
NONE("NONE")
LOSS
Link copied to clipboard
@Json(name = LOSS)
LOSS("LOSS")
RECEIVED
Link copied to clipboard
@Json(name = RECEIVED)
RECEIVED("RECEIVED")

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
var value: String