All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.twitch4j.eventsub.domain.chat.PrimePaidUpgrade Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
package com.github.twitch4j.eventsub.domain.chat;

import com.github.twitch4j.common.enums.SubscriptionPlan;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;

@Data
@Setter(AccessLevel.PRIVATE)
public class PrimePaidUpgrade {

    /**
     * The type of subscription plan being used.
     * 

* Cannot be {@link SubscriptionPlan#TWITCH_PRIME}. */ private SubscriptionPlan subTier; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy