Class CreateGeneralLedgerBatchSummaryResponse
Represents the response for the CreateGeneralLedgerBatchSummaryResponse method.
Inheritance
System.Object
CreateGeneralLedgerBatchSummaryResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreateGeneralLedgerBatchSummaryResponse : ServiceResponse
Constructors
CreateGeneralLedgerBatchSummaryResponse()
Declaration
public CreateGeneralLedgerBatchSummaryResponse()
Properties
BatchNumber
BatchNumber
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCreateGeneralLedgerBatchFailed
Is Create GeneralLedgerBatch Failed
Declaration
public bool IsCreateGeneralLedgerBatchFailed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |