Table of Contents

Class JsonRoleSubscriptionData

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonRoleSubscriptionData
Inheritance
JsonRoleSubscriptionData
Inherited Members

Constructors

JsonRoleSubscriptionData()

public JsonRoleSubscriptionData()

Properties

IsRenewal

[JsonPropertyName("is_renewal")]
public bool IsRenewal { get; set; }

Property Value

bool

RoleSubscriptionListingId

[JsonPropertyName("role_subscription_listing_id")]
public ulong RoleSubscriptionListingId { get; set; }

Property Value

ulong

TierName

[JsonPropertyName("tier_name")]
public string TierName { get; set; }

Property Value

string

TotalMonthsSubscribed

[JsonPropertyName("total_months_subscribed")]
public int TotalMonthsSubscribed { get; set; }

Property Value

int