This commit is contained in:
Master Kwoth 2017-11-14 06:17:22 +01:00
parent b406ec7eb6
commit c4689f267a

View File

@ -7,7 +7,7 @@
public object declined_since { get; set; }
public bool is_twitch_pledge { get; set; }
public bool patron_pays_fees { get; set; }
public int pledge_cap_cents { get; set; }
public int? pledge_cap_cents { get; set; }
}
public class Address