Click or drag to resize

OrderDebuggingInfoGetAllRecurringOrderErrors Method

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static List<OrderDebuggingInfo> GetAllRecurringOrderErrors(
	Nullable<DateTime> startDate,
	Nullable<DateTime> endDate,
	string id
)

Parameters

startDate
Type: SystemNullableDateTime
endDate
Type: SystemNullableDateTime
id
Type: SystemString

Return Value

Type: ListOrderDebuggingInfo
See Also