Click or drag to resize

PastOrderOriginName Property

Optional marker used to specify order origin. This property contains either null or name of the source order was received from. Specifying origin allows to analyse efficiency of external order sources such as different web-sites, mobile applications and so on. See also ChangeOrderOriginName(IOperationService, String, IOrder, ICredentials).

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public string OriginName { get; set; }

Property Value

Type: String
See Also