Table of Contents

Class CreateRepositorySubscriptionModel

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

Describes the properties of a new repository subscription.

public class CreateRepositorySubscriptionModel
Inheritance
CreateRepositorySubscriptionModel
Inherited Members

Properties

PlanId

The plan Id that should be used for the new subscription.

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

Property Value

long