InAppNotificationType
A list of possible in-app notification types
enum InAppNotificationType {
ACTIVATE_CARD
ADD_ALTERNATE_EMAIL
FUND_ACCOUNT
}
Values
InAppNotificationType.ACTIVATE_CARD
A notification directing the user to activate their card.
InAppNotificationType.ADD_ALTERNATE_EMAIL
A notification directing the user to add an alternate email address to their profile
InAppNotificationType.FUND_ACCOUNT
A notification directing the user to fund their account.
Member of
InAppNotificationsNode
object