PostSelfLoansLoanIdRequest

@Serializable
data class PostSelfLoansLoanIdRequest(val dateFormat: String? = null, val locale: String? = null, val note: String? = null, val withdrawnOnDate: String? = null)

PostSelfLoansLoanIdRequest

Parameters

dateFormat
locale
note
withdrawnOnDate

Constructors

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

Properties

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