Class SaveGeneralLedgerReleaseBatchDetailResponse
Represents the response for the SaveGeneralLedgerReleaseBatchDetailResponse method.
Inheritance
System.Object
SaveGeneralLedgerReleaseBatchDetailResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveGeneralLedgerReleaseBatchDetailResponse : ServiceResponse
Constructors
SaveGeneralLedgerReleaseBatchDetailResponse()
Declaration
public SaveGeneralLedgerReleaseBatchDetailResponse()
Properties
ProcessLogIdentifier
Declaration
public string ProcessLogIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAccountDynamicsProcessLogDetailsList
Declaration
public List<StudentAccountDynamicsProcessLogDetails> StudentAccountDynamicsProcessLogDetailsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAccountDynamicsProcessLogDetails> |