enum class PackageType
Enumeration of all possible Package types.
UNKNOWN |
A package that was defined with a custom identifier. |
CUSTOM |
A package that was defined with a custom identifier. |
LIFETIME |
A package configured with the predefined lifetime identifier. |
ANNUAL |
A package configured with the predefined annual identifier. |
SIX_MONTH |
A package configured with the predefined six month identifier. |
THREE_MONTH |
A package configured with the predefined three month identifier. |
TWO_MONTH |
A package configured with the predefined two month identifier. |
MONTHLY |
A package configured with the predefined monthly identifier. |
WEEKLY |
A package configured with the predefined weekly identifier. |
identifier |
val identifier: String? |