Class GetAgencyBranchesByAgencyResponse
Represents the a response for the GetAgencyBranchesByAgencyResponse method.
Inheritance
System.Object
GetAgencyBranchesByAgencyResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetAgencyBranchesByAgencyResponse : ServiceResponse
Constructors
GetAgencyBranchesByAgencyResponse()
Declaration
public GetAgencyBranchesByAgencyResponse()
Properties
AgencyBranchList
Declaration
public List<AgencyBranchByAgency> AgencyBranchList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AgencyBranchByAgency> |