Class IsirVerificationResponse
Inheritance
System.Object
IsirVerificationResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class IsirVerificationResponse : ServiceResponse
Constructors
IsirVerificationResponse()
Declaration
public IsirVerificationResponse()
Properties
ListIsirVerificationEntity
Gets or sets the List IsirVerificationEntity properties.
Declaration
public List<IsirVerificationEntity> ListIsirVerificationEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IsirVerificationEntity> |
OutputMessage
Gets or sets the OutputMessage.
Declaration
public string OutputMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |