Table of Contents

Class AddressSampleDataModel

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

Sample data for an address

public class AddressSampleDataModel
Inheritance
AddressSampleDataModel
Inherited Members

Properties

Name

The name of the variable

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

Property Value

string

Value

Its value

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

Property Value

string