Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IOrderNumberGenerator

Handles order number generation.

Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface IOrderNumberGenerator

Methods

GenerateOrderNumber(IOrderGroup)

Generates order number.

Declaration
string GenerateOrderNumber(IOrderGroup orderGroup)
Parameters
Type Name Description
IOrderGroup orderGroup

The order group.

Returns
Type Description
System.String

The order number.