Enum StatusType
Represents the possible statuses for a transaction.
public enum StatusType
Fields
COMPLETED = 2
CREATED = 5
FAILED = 0
NOT_FOUND = 3
PENDING = 1
PROCESSING = 4
UNKNOWN = 6
Represents the possible statuses for a transaction.
public enum StatusType
COMPLETED = 2
CREATED = 5
FAILED = 0
NOT_FOUND = 3
PENDING = 1
PROCESSING = 4
UNKNOWN = 6