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>() ?: AccountStageModel.DEFAULT, statusReasonString: String?, statusReason: AccountStatusReasonModel? = statusReasonString?.getEnum<AccountStatusReasonModel>(), profile: String?, profileRequest: ProfileRequest?, externalId: String?, accountInformation: AccountInformationModel, metadata: Map<String, JsonPrimitive>?, createdAt: String, updatedAt: String)