Table of Contents

Class AdditionalData

Namespace
Rescope.Commerce.Core.Entities
Assembly
Rescope.Commerce.Core.dll
public class AdditionalData
Inheritance
AdditionalData
Inherited Members

Constructors

AdditionalData()

public AdditionalData()

AdditionalData(string, string)

public AdditionalData(string key, string value)

Parameters

key string
value string

Properties

Key

public string Key { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string