AccountDetailsModel

constructor(accountUuid: String, typeString: String, type: AccountTypeModel? = typeString.getEnum<AccountTypeModel>(), statusString: String, status: AccountStatusModel? = statusString.getEnum<AccountStatusModel>(), stageString: String?, stage: AccountStageModel? = stageString?.getEnum<AccountStageModel>(), statusReasonString: String?, statusReason: AccountStatusReasonModel? = statusReasonString?.getEnum<AccountStatusReasonModel>(), statusReasonDescription: String?, profile: String?, profileRequest: ProfileRequestModel?, externalId: String?, accountInformation: AccountInformationModel, metadata: Map<String, JsonPrimitive>?, createdAt: String, updatedAt: String)