Table of Contents

Class ActivateSpareSamplingPointRequestModel

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

Model representing the activation of a single spare sampling point.
It allows to set a target during the activation

public class ActivateSpareSamplingPointRequestModel
Inheritance
ActivateSpareSamplingPointRequestModel
Inherited Members

Properties

Target

Optional. Updated spare quota target.

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

Property Value

int?