public static enum SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor extends java.lang.Enum<SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor> implements ApiRequestParams.EnumParam
SubscriptionScheduleCreateParams.DefaultSettings.TransferData.extraParams for the field
documentation.| Enum Constant and Description |
|---|
AUTOMATIC |
PHASE_START |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="automatic") public static final SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor AUTOMATIC
@SerializedName(value="phase_start") public static final SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor PHASE_START
public static SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor[] values()
for (SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor c : SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor.values()) System.out.println(c);
public static SubscriptionScheduleCreateParams.DefaultSettings.BillingCycleAnchor valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
getValue in interface ApiRequestParams.EnumParam