Click or drag to resize
CalculationRequestOrderId Property
Gets the order ID in case that calculation runs for already created order.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public int OrderId { get; }

Property Value

Type: Int32
Remarks
Returns 0 value when calculation runs prior order creation.
See Also