GetDelinquencyActionsResponse

@Serializable
data class GetDelinquencyActionsResponse(val action: String? = null, val createdById: Long? = null, val createdOn: LocalDateTime? = null, val endDate: LocalDate? = null, val id: Long? = null, val lastModifiedOn: LocalDateTime? = null, val startDate: LocalDate? = null, val updatedById: Long? = null)

GetDelinquencyActionsResponse

Parameters

action
createdById
createdOn
endDate
id
lastModifiedOn
startDate
updatedById

Constructors

Link copied to clipboard
constructor(action: String? = null, createdById: Long? = null, createdOn: LocalDateTime? = null, endDate: LocalDate? = null, id: Long? = null, lastModifiedOn: LocalDateTime? = null, startDate: LocalDate? = null, updatedById: Long? = null)

Properties

Link copied to clipboard
val action: String? = null
Link copied to clipboard
val createdById: Long? = null
Link copied to clipboard
val createdOn: LocalDateTime? = null
Link copied to clipboard
val endDate: LocalDate? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val lastModifiedOn: LocalDateTime? = null
Link copied to clipboard
val startDate: LocalDate? = null
Link copied to clipboard
val updatedById: Long? = null