Click or drag to resize

InvoicePartialEntity Class

An invoice.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.InvoiceInvoicePartialEntity

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 InvoicePartialEntity : EntityObject, 
	IPartialEntity

The InvoicePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoicePartialEntity
Initializes a new instance of the InvoicePartialEntity class.
Public methodInvoicePartialEntity(InvoiceEntity)
Initializes a new instance of the InvoicePartialEntity class.
Top
Properties
  NameDescription
Public propertyAddress1
Gets or sets the address1.
Public propertyAddress2
Gets or sets the address2.
Public propertyAddress3
Gets or sets the address3.
Public propertyAddress4
Gets or sets the address4.
Public propertyAddress5
Gets or sets the address5.
Public propertyAmount
Gets or sets the amount.
Public propertyAPAccountCode
Gets or sets the ap account code.
Public propertyARAccountCode
Gets or sets the ar account code.
Public propertyCompanyOutletId
Gets or sets the company outlet identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerInvoiceNo
Gets or sets the customer invoice no.
Public propertyCustomerName
Gets or sets the name of the customer.
Public propertyCustomerSiteId
Gets or sets the customer site identifier.
Public propertyDocumentDeliveryId
Gets or sets the document delivery identifier.
Public propertyDueDate
Gets or sets the due date.
Public propertyEmail
Gets or sets the email.
Public propertyHouseNumber
Gets or sets the house number.
Public propertyInvoiceBatchId
Gets or sets the invoice batch identifier.
Public propertyInvoiceCycleId
Gets or sets the invoice cycle identifier.
Public propertyInvoiceDate
Gets or sets the invoice date.
Public propertyInvoiceDetails
Gets or sets the invoice details.
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyInvoiceNo
Gets or sets the invoice no.
Public propertyInvoiceType
Gets or sets the type of the invoice.
Public propertyInvoiceTypeId
Gets or sets the invoice type identifier.
Public propertyInvoiceVATBreakdown
Gets or sets the invoice vat breakdown.
Public propertyPaymentTypeDescription
Gets or sets the payment type description.
Public propertyPaymentTypeId
Gets or sets the payment type identifier.
Public propertyPostCode
Gets or sets the post code.
Public propertyPrintAddress1
Gets or sets the print address1.
Public propertyPrintAddress2
Gets or sets the print address2.
Public propertyPrintAddress3
Gets or sets the print address3.
Public propertyPrintAddress4
Gets or sets the print address4.
Public propertyPrintAddress5
Gets or sets the print address5.
Public propertyPrintAddressHouseNumber
Gets or sets the print address house number.
Public propertyPrintPostCode
Gets or sets the print post code.
Public propertyPrintSiteName
Gets or sets the name of the print site.
Public propertySiteName
Gets or sets the name of the site.
Public propertyTaxAmount
Gets or sets the tax amount.
Public propertyTaxCode
Gets or sets the tax code.
Public propertyVATAmount
Gets or sets the vat amount.
Public propertyVATCode
Gets or sets the vat code.
Public propertyVATRegistrationNumber
Gets or sets the VATRegistrationNumber.
Top
Methods
  NameDescription
Public methodGetCompleteEntityType
Gets the type of the complete entity.
Top
See Also