public enum PaymentStatusCodeType extends Enum<PaymentStatusCodeType>
| Enum Constant and Description |
|---|
CANCELEDREVERSAL |
COMPLETED |
COMPLETEDFUNDSHELD |
CREATED |
DELAYED |
DENIED |
EXPIRED |
FAILED |
INPROGRESS |
INSTANT |
NONE |
PARTIALLYREFUNDED |
PENDING |
PROCESSED |
REFUNDED |
REVERSED |
VOIDED |
| Modifier and Type | Method and Description |
|---|---|
static PaymentStatusCodeType |
fromValue(String v) |
String |
getValue() |
static PaymentStatusCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentStatusCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentStatusCodeType NONE
public static final PaymentStatusCodeType COMPLETED
public static final PaymentStatusCodeType FAILED
public static final PaymentStatusCodeType PENDING
public static final PaymentStatusCodeType DENIED
public static final PaymentStatusCodeType REFUNDED
public static final PaymentStatusCodeType REVERSED
public static final PaymentStatusCodeType CANCELEDREVERSAL
public static final PaymentStatusCodeType PROCESSED
public static final PaymentStatusCodeType PARTIALLYREFUNDED
public static final PaymentStatusCodeType VOIDED
public static final PaymentStatusCodeType EXPIRED
public static final PaymentStatusCodeType INPROGRESS
public static final PaymentStatusCodeType CREATED
public static final PaymentStatusCodeType COMPLETEDFUNDSHELD
public static final PaymentStatusCodeType INSTANT
public static final PaymentStatusCodeType DELAYED
public static PaymentStatusCodeType[] values()
for (PaymentStatusCodeType c : PaymentStatusCodeType.values()) System.out.println(c);
public static PaymentStatusCodeType 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 nullpublic String getValue()
public static PaymentStatusCodeType fromValue(String v)
Copyright © 2017. All Rights Reserved.