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