Class SaveDepositReceivedRequest
Represents the a request for the SaveDepositReceived method.
Inheritance
System.Object
SaveDepositReceivedRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveDepositReceivedRequest : ServiceRequest
Constructors
SaveDepositReceivedRequest()
Declaration
public SaveDepositReceivedRequest()
Properties
BankAccountId
BankAccountId
Declaration
public int BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BatchName
Batch Name
Declaration
public string BatchName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
UserId
UserId - This should be passed from UI as we are using the Job
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |