Property Country
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Country
Gets the ISO3166-1 alpha-2 country code of the payment source used to purchase the subscription.
Missing unless queried with a private OAuth scope.
[JsonProperty("country", NullValueHandling = NullValueHandling.Ignore)]
public string? Country { get; }