public static enum CreateAccountRequest.PayoutScheduleEnum extends Enum<CreateAccountRequest.PayoutScheduleEnum>
| Enum Constant and Description |
|---|
DAILY |
DEFAULT |
HOLD |
MONTHLY |
WEEKLY |
| Modifier and Type | Method and Description |
|---|---|
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.
|
@SerializedName(value="DAILY") public static final CreateAccountRequest.PayoutScheduleEnum DAILY
@SerializedName(value="DEFAULT") public static final CreateAccountRequest.PayoutScheduleEnum DEFAULT
@SerializedName(value="HOLD") public static final CreateAccountRequest.PayoutScheduleEnum HOLD
@SerializedName(value="MONTHLY") public static final CreateAccountRequest.PayoutScheduleEnum MONTHLY
@SerializedName(value="WEEKLY") public static final CreateAccountRequest.PayoutScheduleEnum WEEKLY
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 toString()
toString in class Enum<CreateAccountRequest.PayoutScheduleEnum>Copyright © 2019. All rights reserved.