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