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