public static enum HostedPage.Type extends Enum<HostedPage.Type>
| Enum Constant and Description |
|---|
_UNKNOWN |
CHECKOUT_EXISTING |
CHECKOUT_GIFT |
CHECKOUT_NEW |
CHECKOUT_ONE_TIME |
CLAIM_GIFT |
COLLECT_NOW |
EXTEND_SUBSCRIPTION |
MANAGE_PAYMENT_SOURCES |
PRE_CANCEL |
UPDATE_CARD
Deprecated.
|
UPDATE_PAYMENT_METHOD |
VIEW_VOUCHER |
| 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 CHECKOUT_ONE_TIME
public static final HostedPage.Type PRE_CANCEL
public static final HostedPage.Type VIEW_VOUCHER
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 © 2023 ChargeBee. All rights reserved.