Class ValidateDepositReceivedRequest
Represents the a request for the ValidateDepositReceived method.
Inheritance
System.Object
ValidateDepositReceivedRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ValidateDepositReceivedRequest : ServiceRequest
Constructors
ValidateDepositReceivedRequest()
Declaration
public ValidateDepositReceivedRequest()
Properties
BankAccountId
BankAccountId
Declaration
public int BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CashDrawerId
CashDrawerId
Declaration
public int? CashDrawerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CashDrawerOpeningBalance
CashDrawerOpeningBalance
Declaration
public decimal? CashDrawerOpeningBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CashDrawerSessionId
CashDrawerOpeningBalance
Declaration
public int? CashDrawerSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CashierUserId
CashierUserId from popup
Declaration
public int? CashierUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DepositReceivedList
DepositReceivedList
Declaration
public List<DepositReceived> DepositReceivedList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DepositReceived> |
Drn
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCashieringUsed
IsCashieringUsed
Declaration
public bool IsCashieringUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |