Class GetCommonlineRecipientListResponse
Represents the response for the SaveCommonlineRecipient method.
Inheritance
System.Object
GetCommonlineRecipientListResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetCommonlineRecipientListResponse : ServiceResponse
Constructors
GetCommonlineRecipientListResponse()
Declaration
public GetCommonlineRecipientListResponse()
Properties
CommonlineRecipientList
Declaration
public List<CommonlineRecipientEntity> CommonlineRecipientList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CommonlineRecipientEntity> |