ChargeFeeOnMonthDay

@Serializable
data class ChargeFeeOnMonthDay(val dayOfMonth: Int? = null, val month: ChargeFeeOnMonthDay.Month? = null, val monthValue: Int? = null)

Parameters

dayOfMonth
month
monthValue

Constructors

Link copied to clipboard
constructor(dayOfMonth: Int? = null, month: ChargeFeeOnMonthDay.Month? = null, monthValue: Int? = null)

Types

Link copied to clipboard
@Serializable
enum Month : Enum<ChargeFeeOnMonthDay.Month>

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

Properties

Link copied to clipboard
val dayOfMonth: Int? = null
Link copied to clipboard
Link copied to clipboard
val monthValue: Int? = null