PostSelfLoansLoanIdChanges

@Serializable
data class PostSelfLoansLoanIdChanges(val closedOnDate: String? = null, val dateFormat: String? = null, val locale: String? = null, val status: PostSelfLoansLoanIdStatus? = null, val withdrawnOnDate: String? = null)

Parameters

closedOnDate
dateFormat
locale
status
withdrawnOnDate

Constructors

Link copied to clipboard
constructor(closedOnDate: String? = null, dateFormat: String? = null, locale: String? = null, status: PostSelfLoansLoanIdStatus? = null, withdrawnOnDate: String? = null)

Properties

Link copied to clipboard
val closedOnDate: String? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
Link copied to clipboard
val withdrawnOnDate: String? = null