Click or drag to resize

InvoiceSearchRequestEntity Class

An invoice search request.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.InvoiceInvoiceSearchRequestEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Invoice
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class InvoiceSearchRequestEntity

The InvoiceSearchRequestEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceSearchRequestEntity
Initializes a new instance of the InvoiceSearchRequestEntity class
Top
Properties
  NameDescription
Public propertyBaseDate
Gets or sets the base date.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyEndDate
Gets or sets the end date.
Public propertyInvoiceId
Gets or sets the is outstanding.
Public propertyIsOutstanding
Gets or sets the is outstanding.
Public propertyStartDate
Gets or sets the start date.
Top
See Also