Class GetDuplicatePendingEmployerProcessRequest
Represents Model for Get Duplicate Pending Employer Process Request
Inheritance
System.Object
GetDuplicatePendingEmployerProcessRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetDuplicatePendingEmployerProcessRequest : ServiceRequest
Constructors
GetDuplicatePendingEmployerProcessRequest()
Declaration
public GetDuplicatePendingEmployerProcessRequest()
Properties
PendingEmployerAddress
Declaration
public string PendingEmployerAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
PendingEmployerCampusId
Declaration
public int PendingEmployerCampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PendingEmployerName
Declaration
public string PendingEmployerName { get; set; }
Property Value
Type |
Description |
System.String |
|
PendingEmployerPhoneNumber
Declaration
public string PendingEmployerPhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PendingEmployerWebsite
Declaration
public string PendingEmployerWebsite { get; set; }
Property Value
Type |
Description |
System.String |
|