Class GetThirdPartyAgencyExistingInvoiceResponse
Represents the Get Third Party Agency Existing Invoice method.
Inheritance
System.Object
GetThirdPartyAgencyExistingInvoiceResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetThirdPartyAgencyExistingInvoiceResponse : ServiceResponse
Constructors
GetThirdPartyAgencyExistingInvoiceResponse()
Declaration
public GetThirdPartyAgencyExistingInvoiceResponse()
Properties
ThirdPartyAgencyExistingInvoiceList
Declaration
public List<GetThirdPartyAgencyExistingInvoice> ThirdPartyAgencyExistingInvoiceList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GetThirdPartyAgencyExistingInvoice> |