public enum CreditOptionForCurrentTermCharges extends Enum<CreditOptionForCurrentTermCharges>
| Modifier and Type | Method and Description |
|---|---|
static CreditOptionForCurrentTermCharges |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreditOptionForCurrentTermCharges[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreditOptionForCurrentTermCharges NONE
public static final CreditOptionForCurrentTermCharges PRORATE
public static final CreditOptionForCurrentTermCharges FULL
public static final CreditOptionForCurrentTermCharges _UNKNOWN
public static CreditOptionForCurrentTermCharges[] values()
for (CreditOptionForCurrentTermCharges c : CreditOptionForCurrentTermCharges.values()) System.out.println(c);
public static CreditOptionForCurrentTermCharges 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.