Get Recurring Deposit Accounts Status
@Serializable
Parameters
active
approved
closed
code
description
id
premature Closed
rejected
submitted And Pending Approval
transfer In Progress
transfer On Hold
withdrawn By Applicant
Constructors
Link copied to clipboard
constructor(active: Boolean? = null, approved: Boolean? = null, closed: Boolean? = null, code: String? = null, description: String? = null, id: Long? = null, prematureClosed: Boolean? = null, rejected: Boolean? = null, submittedAndPendingApproval: Boolean? = null, transferInProgress: Boolean? = null, transferOnHold: Boolean? = null, withdrawnByApplicant: Boolean? = null)