Property RenewalSkuIds
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
RenewalSkuIds
Gets the list of SKUs that this user will be subscribed to at renewal.
[JsonProperty("renewal_sku_ids", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<ulong> RenewalSkuIds { get; }