fixed #1826
This commit is contained in:
parent
b406ec7eb6
commit
c4689f267a
@ -7,7 +7,7 @@
|
|||||||
public object declined_since { get; set; }
|
public object declined_since { get; set; }
|
||||||
public bool is_twitch_pledge { get; set; }
|
public bool is_twitch_pledge { get; set; }
|
||||||
public bool patron_pays_fees { 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
|
public class Address
|
||||||
|
Loading…
Reference in New Issue
Block a user