Class GetAgencyBranchesByAgencyRequest
Represents the a request for the GetAgencyBranchesByAgencyResponse method.
Inheritance
System.Object
GetAgencyBranchesByAgencyRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetAgencyBranchesByAgencyRequest : ServiceRequest
Constructors
GetAgencyBranchesByAgencyRequest()
Declaration
public GetAgencyBranchesByAgencyRequest()
Properties
AgencyIdList
Declaration
public List<int> AgencyIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
InvoiceType
Declaration
public string InvoiceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |