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

com.github.twitch4j.eventsub.domain.RedemptionStatus Maven / Gradle / Ivy

The newest version!
package com.github.twitch4j.eventsub.domain;

import com.fasterxml.jackson.annotation.JsonEnumDefaultValue;

public enum RedemptionStatus {
    UNFULFILLED,
    FULFILLED,
    CANCELED,
    @JsonEnumDefaultValue
    UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy