Click or drag to resize

CashRegisterResult Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Results
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public CashRegisterResult(
	decimal? cashSum,
	decimal? totalIncomeSum,
	int? session,
	string serialNumber,
	int? documentNumber,
	int? saleNumber,
	int? billNumber,
	string rtcDateTime
)

Parameters

cashSum
Type: SystemNullableDecimal
totalIncomeSum
Type: SystemNullableDecimal
session
Type: SystemNullableInt32
serialNumber
Type: SystemString
documentNumber
Type: SystemNullableInt32
saleNumber
Type: SystemNullableInt32
billNumber
Type: SystemNullableInt32
rtcDateTime
Type: SystemString
See Also