GetAccountsTimeline

@Serializable
data class GetAccountsTimeline(val activatedDate: LocalDate? = null, val approvedByFirstname: String? = null, val approvedByLastname: String? = null, val approvedByUsername: String? = null, val approvedDate: LocalDate? = null, val submittedByFirstname: String? = null, val submittedByLastname: String? = null, val submittedByUsername: String? = null, val submittedOnDate: LocalDate? = null)

Parameters

activatedDate
approvedByFirstname
approvedByLastname
approvedByUsername
approvedDate
submittedByFirstname
submittedByLastname
submittedByUsername
submittedOnDate

Constructors

Link copied to clipboard
constructor(activatedDate: LocalDate? = null, approvedByFirstname: String? = null, approvedByLastname: String? = null, approvedByUsername: String? = null, approvedDate: LocalDate? = null, submittedByFirstname: String? = null, submittedByLastname: String? = null, submittedByUsername: String? = null, submittedOnDate: LocalDate? = null)

Properties

Link copied to clipboard
val activatedDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val approvedDate: LocalDate? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val submittedOnDate: LocalDate? = null