Prize

Object representing an unrewarded or rewarded prize

/// Prize id.
public string Id;
/// Prize title
public string Title;
/// Prize description
public string Description;
/// Prize amount
public int Amount;
/// Prize currency
public Currency Currency;
/// When the prize was awarded, if it was awarded
public bool? AwardedAt;

Last updated