Table of Contents

Class OrderSearchResultItem

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll
Order search result item
public class OrderSearchResultItem
Inheritance
OrderSearchResultItem
Inherited Members

Properties

Order

The searched order
public Order Order { get; }

Property Value

Order

OrderId

Order id
public string OrderId { get; set; }

Property Value

string

OrderImpersonatingUserName

Order impersonating user name
public string OrderImpersonatingUserName { get; set; }

Property Value

string

RecurringOrderBaseOrderId

Base order id of recurring order
public string RecurringOrderBaseOrderId { get; set; }

Property Value

string

RecurringOrderEndDate

End date of recurring order
public DateTime RecurringOrderEndDate { get; set; }

Property Value

DateTime

RecurringOrderId

Recurring order id
public int RecurringOrderId { get; set; }

Property Value

int

RecurringOrderInterval

Order interval of recurring order
public int RecurringOrderInterval { get; set; }

Property Value

int

RecurringOrderIntervalUnit

Recurring order interval unit type
public RecurringIntervalUnitType RecurringOrderIntervalUnit { get; set; }

Property Value

RecurringIntervalUnitType

RecurringOrderStartDate

Start date of recurring order
public DateTime RecurringOrderStartDate { get; set; }

Property Value

DateTime

ShopName

The shop name where the order was sold
public string ShopName { get; set; }

Property Value

string
To top