Class GetInvoiceReportsResponseDataContract
Inheritance
System.Object
GetInvoiceReportsResponseDataContract
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.StagingTables.Message
Assembly: Evatic.Common.dll
Syntax
[DataContract(Name = "GetInvoiceReportsResponse", Namespace = "http://schema.evatic.com/2012/10/24")]
public class GetInvoiceReportsResponseDataContract
Properties
View SourceCompanyCode
Declaration
[DataMember]
public string CompanyCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InvoiceReports
Declaration
[DataMember]
public IList<InvoiceReportDataContract> InvoiceReports { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<InvoiceReportDataContract> |