lib
core
/
com.zuko.billingz.core.store.model
/
Orderz
/
State
State
enum
State
:
Enum
<
Orderz.State
>
Content copied to clipboard
Indicates the lifecycle of an order.
Entries
Properties
Entries
PENDING
Link copied to clipboard
PENDING
(
)
Content copied to clipboard
CANCELED
Link copied to clipboard
CANCELED
(
)
Content copied to clipboard
FAILED
Link copied to clipboard
FAILED
(
)
Content copied to clipboard
COMPLETE
Link copied to clipboard
COMPLETE
(
)
Content copied to clipboard
VALIDATING
Link copied to clipboard
VALIDATING
(
)
Content copied to clipboard
PROCESSING
Link copied to clipboard
PROCESSING
(
)
Content copied to clipboard
UNKNOWN
Link copied to clipboard
UNKNOWN
(
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard