Table of Contents

Class BackgroundActivityStatus

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

DTO for returning the confirmation of a started activity

public class BackgroundActivityStatus
Inheritance
BackgroundActivityStatus
Inherited Members

Properties

ActivityId

The unique identifier of an activity that has been started, this can be used to poll the status of the activity.

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

Property Value

string