Class GetCampusesForAccountStatusRequest
Represents the a request for the GetCampusesForAccountStatus method.
Inheritance
System.Object
GetCampusesForAccountStatusRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetCampusesForAccountStatusRequest : ServiceRequest
Constructors
GetCampusesForAccountStatusRequest()
Declaration
public GetCampusesForAccountStatusRequest()
Properties
AccountStatusId
AccountStatusId
Declaration
public int AccountStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Code
Account Status Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |