Class GenerateDetailTransactionReportResponse
Represents the a response for the GenerateDetailTransactionReport method.
Inheritance
System.Object
GenerateDetailTransactionReportResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateDetailTransactionReportResponse : ServiceResponse
Constructors
GenerateDetailTransactionReportResponse()
Declaration
public GenerateDetailTransactionReportResponse()
Properties
DetailTransactionRegisterReportFileNames
Declaration
public ICollection<string> DetailTransactionRegisterReportFileNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.String> |
IsReportGenerated
Declaration
public bool IsReportGenerated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |