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