Table of Contents

Class RepositorySubscriptionLogModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

The repository subscription log model.

public class RepositorySubscriptionLogModel
Inheritance
RepositorySubscriptionLogModel
Inherited Members

Properties

EndedAt

The ended at date

[JsonProperty("EndedAt", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? EndedAt { get; set; }

Property Value

DateTimeOffset?

PlanId

The plan id

[JsonProperty("PlanId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long PlanId { get; set; }

Property Value

long

PlanName

The plan name

[JsonProperty("PlanName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string PlanName { get; set; }

Property Value

string

StartedAt

The started at date

[JsonProperty("StartedAt", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset StartedAt { get; set; }

Property Value

DateTimeOffset

Username

The username

[JsonProperty("Username", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Username { get; set; }

Property Value

string