Class GetResidencyTypeListResponse
Inheritance
System.Object
GetResidencyTypeListResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetResidencyTypeListResponse : ServiceResponse
Constructors
GetResidencyTypeListResponse()
Declaration
public GetResidencyTypeListResponse()
Properties
ResidencyTypeList
Declaration
public IList<ResidencyType> ResidencyTypeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Cmc.Nexus.Models.Common.ResidencyType> |