Class UpdateContractStatusResponse
Represents the response for the UpdateContractStatus method.
Inheritance
System.Object
UpdateContractStatusResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateContractStatusResponse : ServiceResponse
Constructors
UpdateContractStatusResponse()
Declaration
public UpdateContractStatusResponse()
Properties
ContractId
Contract Id
Declaration
public int ContractId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContractStatus
Contract Status
Declaration
public string ContractStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |