public enum RecurringPaymentsProfileStatusType extends Enum<RecurringPaymentsProfileStatusType>
| Enum Constant and Description |
|---|
ACTIVEPROFILE |
CANCELLEDPROFILE |
EXPIREDPROFILE |
PENDINGPROFILE |
SUSPENDEDPROFILE |
| Modifier and Type | Method and Description |
|---|---|
static RecurringPaymentsProfileStatusType |
fromValue(String v) |
String |
getValue() |
static RecurringPaymentsProfileStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurringPaymentsProfileStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecurringPaymentsProfileStatusType ACTIVEPROFILE
public static final RecurringPaymentsProfileStatusType PENDINGPROFILE
public static final RecurringPaymentsProfileStatusType CANCELLEDPROFILE
public static final RecurringPaymentsProfileStatusType EXPIREDPROFILE
public static final RecurringPaymentsProfileStatusType SUSPENDEDPROFILE
public static RecurringPaymentsProfileStatusType[] values()
for (RecurringPaymentsProfileStatusType c : RecurringPaymentsProfileStatusType.values()) System.out.println(c);
public static RecurringPaymentsProfileStatusType 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 RecurringPaymentsProfileStatusType fromValue(String v)
Copyright © 2017. All Rights Reserved.