HID APPROVE SDK  4.8
HID Approve SDK for Windows .NET
HIDIA.Transaction.Parameter Class Reference

Represents a parameter or option. More...

Public Member Functions

 Parameter (string name, string value)
 Initializes a new instance of HIDParameter More...
 

Properties

string Name [get, set]
 Gets or sets the name. More...
 
string Value [get, set]
 Gets or sets the value. More...
 

Detailed Description

Represents a parameter or option.

Constructor & Destructor Documentation

◆ Parameter()

HIDIA.Transaction.Parameter.Parameter ( string  name,
string  value 
)
inline

Initializes a new instance of HIDParameter

Parameters
nameparameter name
valueparameter value

Property Documentation

◆ Name

string HIDIA.Transaction.Parameter.Name
getset

Gets or sets the name.

◆ Value

string HIDIA.Transaction.Parameter.Value
getset

Gets or sets the value.