Class GetBatchChargeResponse
Represents the GetBatchChargesResponse service response.
Inheritance
System.Object
GetBatchChargeResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetBatchChargeResponse : ServiceResponse
Constructors
GetBatchChargeResponse()
Declaration
public GetBatchChargeResponse()
Properties
StudentBatchChargeList
Declaration
public List<StudentBatchCharge> StudentBatchChargeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentBatchCharge> |