Class PrintCheckTemporaryRowRequest
Inheritance
System.Object
PrintCheckTemporaryRowRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PrintCheckTemporaryRowRequest : ServiceRequest
Constructors
PrintCheckTemporaryRowRequest()
Declaration
public PrintCheckTemporaryRowRequest()
Properties
BatchId
Declaration
public string BatchId { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Declaration
public string CheckComment { get; set; }
Property Value
Type |
Description |
System.String |
|
DateAdded
Declaration
public DateTime DateAdded { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DateLstMod
Declaration
public DateTime DateLstMod { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
FrmCheckDate
Declaration
public string FrmCheckDate { get; set; }
Property Value
Type |
Description |
System.String |
|
FrmOptPrintCheckCampus
Declaration
public bool FrmOptPrintCheckCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FrmOptPrintCheckNumber
Declaration
public bool FrmOptPrintCheckNumber { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FrmOptPrintReferenceOnChecks
Declaration
public bool FrmOptPrintReferenceOnChecks { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FrmOptPrintReferenceOnStubs
Declaration
public bool FrmOptPrintReferenceOnStubs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FrmPrintCheck
Declaration
public bool FrmPrintCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FrmRefCheckNumber
Declaration
public string FrmRefCheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
FrmStartingPrintCheckNumber
Declaration
public string FrmStartingPrintCheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
OptPrintcheckYN
Declaration
public string OptPrintcheckYN { get; set; }
Property Value
Type |
Description |
System.String |
|
OptProcess
Declaration
public string OptProcess { get; set; }
Property Value
Type |
Description |
System.String |
|
OptReturnMethods
Declaration
public string OptReturnMethods { get; set; }
Property Value
Type |
Description |
System.String |
|
PrintCheckTemporaryRowBankDetails
PrintCheckTemporaryRowBankDetails
Declaration
public PrintCheckTemporaryRowBankDetails PrintCheckTemporaryRowBankDetails { get; set; }
Property Value
PrintCheckTemporaryRowRequestList
PrintCheckTemporaryRowList
Declaration
public List<PrintCheckTemporaryRowList> PrintCheckTemporaryRowRequestList { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|