Class GetCampusFinancesBankDepositsRequest
Inheritance
System.Object
GetCampusFinancesBankDepositsRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetCampusFinancesBankDepositsRequest : ServiceRequest
Constructors
GetCampusFinancesBankDepositsRequest()
Declaration
public GetCampusFinancesBankDepositsRequest()
Properties
BankAccountIdList
Declaration
public List<int> BankAccountIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CashDrawerSessionIdList
Declaration
public List<int> CashDrawerSessionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
FromDate
Declaration
public string FromDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Guid
Declaration
public string Guid { get; set; }
Property Value
Type |
Description |
System.String |
|
IsExcludeNsf
Declaration
public bool IsExcludeNsf { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeItemsNotInCashDrawer
Declaration
public bool IsIncludeItemsNotInCashDrawer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ToDate
Declaration
public string ToDate { get; set; }
Property Value
Type |
Description |
System.String |
|