GetSelfSavingsStatus

@Serializable
data class GetSelfSavingsStatus(val active: Boolean? = null, val approved: Boolean? = null, val closed: Boolean? = null, val code: String? = null, val description: String? = null, val id: Int? = null, val rejected: Boolean? = null, val submittedAndPendingApproval: Boolean? = null, val withdrawnByApplicant: Boolean? = null)

Parameters

active
approved
closed
code
description
id
rejected
submittedAndPendingApproval
withdrawnByApplicant

Constructors

Link copied to clipboard
constructor(active: Boolean? = null, approved: Boolean? = null, closed: Boolean? = null, code: String? = null, description: String? = null, id: Int? = null, rejected: Boolean? = null, submittedAndPendingApproval: Boolean? = null, withdrawnByApplicant: Boolean? = null)

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val approved: Boolean? = null
Link copied to clipboard
val closed: Boolean? = null
Link copied to clipboard
val code: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val rejected: Boolean? = null
Link copied to clipboard
Link copied to clipboard