Interface TermCredits.Category
-
- Enclosing class:
- TermCredits
public static interface TermCredits.CategoryThe category of the billing option. The valid values are `PLATFORM`, `SERVICE`, and `SUPPORT`.
-
-
Field Detail
-
PLATFORM
static final java.lang.String PLATFORM
PLATFORM.- See Also:
- Constant Field Values
-
SERVICE
static final java.lang.String SERVICE
SERVICE.- See Also:
- Constant Field Values
-
SUPPORT
static final java.lang.String SUPPORT
SUPPORT.- See Also:
- Constant Field Values
-
-