Month

@Serializable
enum Month : Enum<ChargeFeeOnMonthDay.Month>

Values: JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER,DECEMBER

Entries

Link copied to clipboard
@SerialName(value = "JANUARY")
JANUARY
Link copied to clipboard
@SerialName(value = "FEBRUARY")
FEBRUARY
Link copied to clipboard
@SerialName(value = "MARCH")
MARCH
Link copied to clipboard
@SerialName(value = "APRIL")
APRIL
Link copied to clipboard
@SerialName(value = "MAY")
MAY
Link copied to clipboard
@SerialName(value = "JUNE")
JUNE
Link copied to clipboard
@SerialName(value = "JULY")
JULY
Link copied to clipboard
@SerialName(value = "AUGUST")
AUGUST
Link copied to clipboard
@SerialName(value = "SEPTEMBER")
SEPTEMBER
Link copied to clipboard
@SerialName(value = "OCTOBER")
OCTOBER
Link copied to clipboard
@SerialName(value = "NOVEMBER")
NOVEMBER
Link copied to clipboard
@SerialName(value = "DECEMBER")
DECEMBER

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.