public static enum HostedPage.Type extends Enum<HostedPage.Type>
Enum Constant and Description |
---|
_UNKNOWN |
CHECKOUT_EXISTING |
CHECKOUT_GIFT |
CHECKOUT_NEW |
CLAIM_GIFT |
COLLECT_NOW |
EXTEND_SUBSCRIPTION |
MANAGE_PAYMENT_SOURCES |
UPDATE_CARD
Deprecated.
|
UPDATE_PAYMENT_METHOD |
Modifier and Type | Method and Description |
---|---|
static HostedPage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostedPage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostedPage.Type CHECKOUT_NEW
public static final HostedPage.Type CHECKOUT_EXISTING
@Deprecated public static final HostedPage.Type UPDATE_CARD
public static final HostedPage.Type UPDATE_PAYMENT_METHOD
public static final HostedPage.Type MANAGE_PAYMENT_SOURCES
public static final HostedPage.Type COLLECT_NOW
public static final HostedPage.Type EXTEND_SUBSCRIPTION
public static final HostedPage.Type CHECKOUT_GIFT
public static final HostedPage.Type CLAIM_GIFT
public static final HostedPage.Type _UNKNOWN
public static HostedPage.Type[] values()
for (HostedPage.Type c : HostedPage.Type.values()) System.out.println(c);
public static HostedPage.Type 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 © 2020 ChargeBee. All Rights Reserved.