getNotifications
abstract suspend fun getNotifications(excludeTypes: List<NotificationType>? = null, accountId: String? = null, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Notification>>
Gets notifications concerning the account.
Parameters
excludeTypes
Types to exclude from the results.