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