public static enum PaymentIntent.PaymentAttempt.Status extends Enum<PaymentIntent.PaymentAttempt.Status>
| Enum Constant and Description |
|---|
_UNKNOWN |
AUTHORIZED |
INITED |
PENDING_AUTHORIZATION |
REFUSED |
REQUIRES_CHALLENGE |
REQUIRES_IDENTIFICATION |
REQUIRES_REDIRECTION |
| Modifier and Type | Method and Description |
|---|---|
static PaymentIntent.PaymentAttempt.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentIntent.PaymentAttempt.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentIntent.PaymentAttempt.Status INITED
public static final PaymentIntent.PaymentAttempt.Status REQUIRES_IDENTIFICATION
public static final PaymentIntent.PaymentAttempt.Status REQUIRES_CHALLENGE
public static final PaymentIntent.PaymentAttempt.Status REQUIRES_REDIRECTION
public static final PaymentIntent.PaymentAttempt.Status AUTHORIZED
public static final PaymentIntent.PaymentAttempt.Status REFUSED
public static final PaymentIntent.PaymentAttempt.Status PENDING_AUTHORIZATION
public static final PaymentIntent.PaymentAttempt.Status _UNKNOWN
public static PaymentIntent.PaymentAttempt.Status[] values()
for (PaymentIntent.PaymentAttempt.Status c : PaymentIntent.PaymentAttempt.Status.values()) System.out.println(c);
public static PaymentIntent.PaymentAttempt.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 © 2023 ChargeBee. All rights reserved.