public static enum CreateAccountRequest.PayoutScheduleEnum extends Enum<CreateAccountRequest.PayoutScheduleEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateAccountRequest.PayoutScheduleEnum.Adapter |
| Enum Constant and Description |
|---|
BIWEEKLY_ON_1ST_AND_15TH_AT_MIDNIGHT |
BIWEEKLY_ON_1ST_AND_15TH_AT_NOON |
DAILY |
DAILY_6PM |
DAILY_AU |
DAILY_EU |
DAILY_US |
DEFAULT |
EVERY_6_HOURS_FROM_MIDNIGHT |
HOLD |
MONTHLY |
WEEKLY |
WEEKLY_ON_TUE_FRI_MIDNIGHT |
YEARLY |
| Modifier and Type | Method and Description |
|---|---|
static CreateAccountRequest.PayoutScheduleEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static CreateAccountRequest.PayoutScheduleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAccountRequest.PayoutScheduleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateAccountRequest.PayoutScheduleEnum BIWEEKLY_ON_1ST_AND_15TH_AT_MIDNIGHT
public static final CreateAccountRequest.PayoutScheduleEnum BIWEEKLY_ON_1ST_AND_15TH_AT_NOON
public static final CreateAccountRequest.PayoutScheduleEnum DAILY
public static final CreateAccountRequest.PayoutScheduleEnum DAILY_6PM
public static final CreateAccountRequest.PayoutScheduleEnum DAILY_AU
public static final CreateAccountRequest.PayoutScheduleEnum DAILY_EU
public static final CreateAccountRequest.PayoutScheduleEnum DAILY_US
public static final CreateAccountRequest.PayoutScheduleEnum DEFAULT
public static final CreateAccountRequest.PayoutScheduleEnum EVERY_6_HOURS_FROM_MIDNIGHT
public static final CreateAccountRequest.PayoutScheduleEnum HOLD
public static final CreateAccountRequest.PayoutScheduleEnum MONTHLY
public static final CreateAccountRequest.PayoutScheduleEnum WEEKLY
public static final CreateAccountRequest.PayoutScheduleEnum WEEKLY_ON_TUE_FRI_MIDNIGHT
public static final CreateAccountRequest.PayoutScheduleEnum YEARLY
public static CreateAccountRequest.PayoutScheduleEnum[] values()
for (CreateAccountRequest.PayoutScheduleEnum c : CreateAccountRequest.PayoutScheduleEnum.values()) System.out.println(c);
public static CreateAccountRequest.PayoutScheduleEnum 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 String toString()
toString in class Enum<CreateAccountRequest.PayoutScheduleEnum>public static CreateAccountRequest.PayoutScheduleEnum fromValue(String text)
Copyright © 2022. All rights reserved.