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