public enum UnbilledChargesOption extends Enum<UnbilledChargesOption>
| Modifier and Type | Method and Description |
|---|---|
static UnbilledChargesOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnbilledChargesOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnbilledChargesOption INVOICE
public static final UnbilledChargesOption DELETE
public static final UnbilledChargesOption _UNKNOWN
public static UnbilledChargesOption[] values()
for (UnbilledChargesOption c : UnbilledChargesOption.values()) System.out.println(c);
public static UnbilledChargesOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 ChargeBee. All rights reserved.