Class ValidateDrnRequest
Represents the a request for the ValidateDrn method.
Inheritance
System.Object
ValidateDrnRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ValidateDrnRequest : ServiceRequest
Constructors
ValidateDrnRequest()
Declaration
public ValidateDrnRequest()
Properties
DrnInformationList
Declaration
public List<DrnInformation> DrnInformationList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DrnInformation> |