Represents an invoice.


The following tables list the members exposed by IInvoice.

Public Properties

  Name Description
Public property Attention Gets the attention on the invoice.
Public property Currency Gets the currency of the invoice.
Public property Date Gets the date of the invoice.
Public property Debtor Gets the debtor of the invoice.
Public property DebtorAddress Gets the address of the debtor on the invoice.
Public property DebtorCity Gets the city of the debtor on the invoice.
Public property DebtorCountry Gets the country of the debtor on the invoice.
Public property DebtorCounty Gets the DebtorCounty of an invoice. (UK only)
Public property DebtorEan Gets the European Article Number of the debtor on the invoice.
Public property DebtorName Gets the name of the debtor on the invoice.
Public property DebtorPostalCode Gets the postal code of the debtor on the invoice.
Public property DeductionAmount Gets the deduction amount of the invoice.
Public property DeliveryAddress Gets the delivery address on the invoice.
Public property DeliveryCity Gets the delivery city on the invoice.
Public property DeliveryCountry Gets the delivery country on the invoice.
Public property DeliveryCounty Gets the DeliveryCounty of an invoice. (UK only)
Public property DeliveryDate Gets the delivery date on the invoice.
Public property DeliveryLocation Gets the delivery location of the invoice.
Public property DeliveryPostalCode Gets the delivery postal code on invoice.
Public property DueDate Gets the due date of the invoice.
Public property GrossAmount Gets the total gross amount for all the lines in the currency of the invoice.
Public property Heading Gets the heading on the invoice.
Public property IsVatIncluded Gets whether the invoice has VAT included.
Public property Layout Gets the layout of the invoice.
Public property NetAmount Gets the total amount for all lines without VAT in the currency of invoice.
Public property NetAmountDefaultCurrency Gets the total amount (in default currency) without VAT for all lines of the invoice.
Public property Number Gets the number of the invoice.
Public property OrderNumber  
Public property OtherReference Gets the other reference on the invoice.
Public property OurReference Gets the primary reference of the creditor on the invoice.
Public property OurReference2 Gets the secondary reference of the creditor on the invoice.
Public property Project Gets the project of the invoice.
Public property PublicEntryNumber Gets the public entry number on the invoice.
Public property Remainder Gets the remainder of the invoice in the currency of the invoice.
Public property RemainderDefaultCurrency Gets the remainder of the invoice in the default currency.
Public property RoundingAmount Gets the rounding for all the lines in the currency of the invoice.
Public property TermOfPayment Gets the term of payment of the invoice.
Public property TermsOfDelivery Gets the terms of delivery on the invoice.
Public property TextLine1 Gets the primary line of text on the invoice.
Public property TextLine2 Gets the secondary line of text on the invoice.
Public property VatAmount Gets the total VAT amount for all the lines in the currency of the invoice.
Public property YourReference Gets the reference of the debtor on the invoice.
Top

Public Methods

  Name Description
Public method Equals Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetLines Gets the lines of the invoice.
Public method GetOioXml Gets an OIO XML string representing the invoice.
Public method GetPdf Gets the invoice as a PDF-file.
Top

See Also