Class WolfCharmSubscription
Charm ownership metadata.
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class WolfCharmSubscription
Constructors
| Improve this Doc View SourceWolfCharmSubscription()
Creates a new instance.
Declaration
[JsonConstructor]
protected WolfCharmSubscription()
Properties
| Improve this Doc View SourceCharmID
ID of the charm.
Declaration
[JsonProperty("charmId")]
public uint CharmID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
ExpirationTime
Charm ownership's expiration time.
Declaration
[JsonProperty("expireTime")]
public DateTime? ExpirationTime { get; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
PurchasedByUserID
ID of the user that purchased the charm.
Declaration
[JsonProperty("sourceSubscriberId")]
public uint PurchasedByUserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
SubscriptionID
ID of the subscription.
Declaration
[JsonProperty("id")]
public uint SubscriptionID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
UserID
ID of the user owning the charm.
Declaration
[JsonProperty("subscriberId")]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |