New Notifications Response
data class NewNotificationsResponse(val displayName: String? = null, val icon: String? = null, val isFuturePlansEnabled: Boolean? = null, val messageCode: Double? = null, val offerId: String? = null, val plans: List<PlanNotificationDetailsResponse>? = null)
New plans notification details
Constructors
Link copied to clipboard
fun NewNotificationsResponse(displayName: String? = null, icon: String? = null, isFuturePlansEnabled: Boolean? = null, messageCode: Double? = null, offerId: String? = null, plans: List<PlanNotificationDetailsResponse>? = null)