Profile Request Model
@Serializable
Profile request.
Constructors
Link copied to clipboard
constructor(profile: String, statusString: String, status: ProfileStatusModel? = statusString.getEnum<ProfileStatusModel>(), statusReasonString: String?, statusReason: AccountStatusReasonModel? = statusReasonString?.getEnum<AccountStatusReasonModel>(), stageString: String?, stage: AccountStageModel? = stageString?.getEnum<AccountStageModel>())
Properties
Link copied to clipboard
The current stage in the verification process. Check stageString if null
Link copied to clipboard
The current stage in the verification process.
Link copied to clipboard
Status of the application for the Account to attain the requested profile. Check statusString if null
Link copied to clipboard
The reason why the profile verification is in a particular status. Check statusReasonString if null
Link copied to clipboard
The reason why the profile verification is in a particular status.
Link copied to clipboard
Status of the application for the Account to attain the requested profile.