PostSelfLoansData

@Serializable
data class PostSelfLoansData(val activationDate: String? = null, val dateFormat: String? = null, val locale: String? = null)

Parameters

activationDate
dateFormat
locale

Constructors

Link copied to clipboard
constructor(activationDate: String? = null, dateFormat: String? = null, locale: String? = null)

Properties

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