Click or drag to resize

InvoiceSearchResultDetailLineEntity Class

An invoice search result.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.InvoiceInvoiceSearchResultDetailLineEntity

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 InvoiceSearchResultDetailLineEntity

The InvoiceSearchResultDetailLineEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceSearchResultDetailLineEntity
Initializes a new instance of the InvoiceSearchResultDetailLineEntity class
Top
Properties
  NameDescription
Public propertyCustomerCurrencySymbol
Gets or sets the invoice customer currency symbol.
Public propertyDueDate
Gets or sets the invoice due date.
Public propertyInvoiceAmount
Gets or sets the invoice amount.
Public propertyInvoiceDate
Gets or sets the invoice date.
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyInvoiceNumber
Gets or sets the invoice number.
Public propertyInvoiceSite
Gets or sets the invoice site.
Public propertyIsDebit
Gets or sets the invoice is debit flag.
Public propertyIsExistingDocument
Gets or sets a value indicating whether this instance is existing document.
Public propertyIsWebDelivery
Gets or sets a value indicating whether this instance is web delivery.
Public propertyNotes
Gets or sets the invoice notes.
Public propertyOverdueBucketId
Gets or sets the invoice overdue bucket id. The corresponding enum for this is on the portal
Public propertyPaymentAddress
Gets or sets the invoice payment address.
Public propertyPONumber
Gets or sets the invoice po number. Note can be Multiple.
Public propertyReleaseNo
Gets or sets the invoice release no. Note can be Multiple.
Public propertyServiceSite
Gets or sets the invoice service site.
Public propertyTaxAmount
Gets or sets the invoice tax/vat amount.
Public propertyUnallocatedAmount
Gets or sets the unallocated amount.
Top
See Also