public static enum Transaction.LinkedPayment.Status extends Enum<Transaction.LinkedPayment.Status>
Enum Constant and Description |
---|
_UNKNOWN |
FAILURE |
IN_PROGRESS |
NEEDS_ATTENTION |
SUCCESS |
TIMEOUT |
VOIDED |
Modifier and Type | Method and Description |
---|---|
static Transaction.LinkedPayment.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.LinkedPayment.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transaction.LinkedPayment.Status IN_PROGRESS
public static final Transaction.LinkedPayment.Status SUCCESS
public static final Transaction.LinkedPayment.Status VOIDED
public static final Transaction.LinkedPayment.Status FAILURE
public static final Transaction.LinkedPayment.Status TIMEOUT
public static final Transaction.LinkedPayment.Status NEEDS_ATTENTION
public static final Transaction.LinkedPayment.Status _UNKNOWN
public static Transaction.LinkedPayment.Status[] values()
for (Transaction.LinkedPayment.Status c : Transaction.LinkedPayment.Status.values()) System.out.println(c);
public static Transaction.LinkedPayment.Status 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 © 2022 ChargeBee. All rights reserved.