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  Decimal
Total amount.
operationDate  NullableDateTime
Operation time and date.
revision  Int32
Revision.
See Also