Click or drag to resize

ChangedStopListItem Constructor

Constructor.

Namespace:  Resto.Front.Api.Data.Common
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public ChangedStopListItem(
	decimal amount,
	DateTime? operationDate,
	int revision
)

Parameters

amount
Type: SystemDecimal
Total amount.
operationDate
Type: SystemNullableDateTime
Operation time and date.
revision
Type: SystemInt32
Revision.
See Also