Class GetDuplicatePendingEmployerProcessResponse
Represents Model for Get Duplicate Pending Employer Process Response
Inheritance
System.Object
GetDuplicatePendingEmployerProcessResponse
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetDuplicatePendingEmployerProcessResponse : ServiceResponse
Constructors
GetDuplicatePendingEmployerProcessResponse()
Declaration
public GetDuplicatePendingEmployerProcessResponse()
Properties
EmployerDetailList
Declaration
public ICollection<DuplicateEmployerDetail> EmployerDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DuplicateEmployerDetail> |