Cheermote
C# class definition for Cheermote
Class Definition
Cheermote.cs
public class Cheermote
{
public string Prefix { get; set; }
public List<CheermoteTier> Tiers { get; set; }
public string Type { get; set; }
public int Order { get; set; }
public DateTime LastUpdated { get; set; }
public bool IsCharitable { get; set; }
}
Properties
Prefix
string
Tiers
List<CheermoteTier>
Type
string
Order
int
LastUpdated
DateTime
IsCharitable
bool