GetWorkingDaysResponse

@Serializable
data class GetWorkingDaysResponse(val extendTermForDailyRepayments: Boolean? = null, val id: Long? = null, val recurrence: String? = null, val repaymentRescheduleType: EnumOptionData? = null)

GetWorkingDaysResponse

Parameters

extendTermForDailyRepayments
id
recurrence
repaymentRescheduleType

Constructors

Link copied to clipboard
constructor(extendTermForDailyRepayments: Boolean? = null, id: Long? = null, recurrence: String? = null, repaymentRescheduleType: EnumOptionData? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val recurrence: String? = null
Link copied to clipboard