Class ProcessEDraftUploadResponseNOCResponse
Inheritance
System.Object
ProcessEDraftUploadResponseNOCResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ProcessEDraftUploadResponseNOCResponse : ServiceResponse
Constructors
ProcessEDraftUploadResponseNOCResponse()
Declaration
public ProcessEDraftUploadResponseNOCResponse()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NumberOfRecords
Declaration
public int NumberOfRecords { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ResponseMsg
Declaration
public string ResponseMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalAmount
Declaration
public decimal TotalAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|