Table of Contents

Interface IOrder

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll
Order interface.
public interface IOrder

Properties

Id

Gets or sets the ID.
string Id { get; set; }

Property Value

string
The ID.
To top