AppNotificationTarget
No description
type AppNotificationTarget {
type: AppNotificationTargetType!
promotionUuid: String
redemptionCodeUuid: String
groupUuid: String
merchantUuid: String
}
Fields
AppNotificationTarget.type ● AppNotificationTargetType! non-null enum
App surface this notification should open
AppNotificationTarget.promotionUuid ● String scalar
Promotion UUID for offer-related targets
AppNotificationTarget.redemptionCodeUuid ● String scalar
Redemption code UUID for reward-related targets
AppNotificationTarget.groupUuid ● String scalar
Owning group UUID for group-scoped targets
AppNotificationTarget.merchantUuid ● String scalar
Venue-level merchant UUID when available
Member Of
AppNotificationItem object