CheermoteTier

C# class definition for CheermoteTier

Class Definition

CheermoteTier.cs
public class CheermoteTier
{
  public int MinBits { get; set; }
  public int Id { get; set; }
  public string Color { get; set; }
  public CheermoteImages Images { get; set; }
  public bool CanCheer { get; set; }
  public bool ShowInBitsCard { get; set; }
}

Properties

MinBits
int
Id
int
Color
string
Images
CheermoteImages
CanCheer
bool
ShowInBitsCard
bool