SavingsAccountSubStatusEnumData

@Serializable
data class SavingsAccountSubStatusEnumData(val block: Boolean? = null, val blockCredit: Boolean? = null, val blockDebit: Boolean? = null, val code: String? = null, val dormant: Boolean? = null, val escheat: Boolean? = null, val id: Long? = null, val inactive: Boolean? = null, val none: Boolean? = null, val value: String? = null)

Parameters

block
blockCredit
blockDebit
code
dormant
escheat
id
inactive
none

value

Constructors

Link copied to clipboard
constructor(block: Boolean? = null, blockCredit: Boolean? = null, blockDebit: Boolean? = null, code: String? = null, dormant: Boolean? = null, escheat: Boolean? = null, id: Long? = null, inactive: Boolean? = null, none: Boolean? = null, value: String? = null)

Properties

Link copied to clipboard
val block: Boolean? = null
Link copied to clipboard
val blockCredit: Boolean? = null
Link copied to clipboard
val blockDebit: Boolean? = null
Link copied to clipboard
val code: String? = null
Link copied to clipboard
val dormant: Boolean? = null
Link copied to clipboard
val escheat: Boolean? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val inactive: Boolean? = null
Link copied to clipboard
val none: Boolean? = null
Link copied to clipboard
val value: String? = null