Class KeyValuePair
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class KeyValuePair
Properties
Key
Name of the key or property
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Value of the key or property
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |