Class UpdateCashDrawerSessionReconcileRequest
Inheritance
System.Object
UpdateCashDrawerSessionReconcileRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UpdateCashDrawerSessionReconcileRequest : ServiceRequest
Constructors
UpdateCashDrawerSessionReconcileRequest()
Declaration
public UpdateCashDrawerSessionReconcileRequest()
Properties
CashDrawerSessionId
Declaration
public int CashDrawerSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CashDrawerSessionReconcileDetailList
Declaration
public List<CashDrawerSessionReconcileDetail> CashDrawerSessionReconcileDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CashDrawerSessionReconcileDetail> |