public static enum PoTransaction.SvSettings.NegativeBalance extends java.lang.Enum<PoTransaction.SvSettings.NegativeBalance>
| Enum Constant and Description |
|---|
AUTHORIZED
Negative balance is allowed
|
FORBIDDEN
An SV exception will be raised if the attempted debit of the SV would result in a negative
balance.
|
| Modifier and Type | Method and Description |
|---|---|
static PoTransaction.SvSettings.NegativeBalance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SvSettings.NegativeBalance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoTransaction.SvSettings.NegativeBalance FORBIDDEN
public static final PoTransaction.SvSettings.NegativeBalance AUTHORIZED
public static PoTransaction.SvSettings.NegativeBalance[] values()
for (PoTransaction.SvSettings.NegativeBalance c : PoTransaction.SvSettings.NegativeBalance.values()) System.out.println(c);
public static PoTransaction.SvSettings.NegativeBalance valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null