InvoiceParserLine ClassebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Class used for extracting parser results for an invoice line.
Inheritance Hierarchy

System Object
  Unimaze.Composer.Tools InvoiceParserLine

Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public class InvoiceParserLine

The InvoiceParserLine type exposes the following members.

Constructors

  NameDescription
Public methodInvoiceParserLine 
Creates an empty instance. Internal use.
Public methodInvoiceParserLine(Int32)
Creates an instance with a line reference. Internal use.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAccountingCost
Accounting cost as specified.
Public propertyAccountingCostPairs
Get accounting cost on invoice, on line level. Split into parts based on delimeter ##.
Public propertyAccountingCosts
Get accounting cost on invoice, on line level. Split into parts based on delimeter ##.
Public propertyAdditionalItemPropertyPairs
Get additional item properties
Public propertyDescription
Product description, if applicable.
Public propertyDiscountAmount
Returns the amount discount, zero if no discount or discount specified as percent.
Public propertyDiscountPercent
Returns the percent discount, zero if not discount or discount specified as an amount.
Public propertyIsTaxCategoryPercentSpecified
Is tax percentage, as applied to the invoice line, specified?
Public propertyItemNo
Item number for the product.
Public propertyLineExtensionAmount
Total line amount without tax.
Public propertyName
Name for the product.
Public propertyNotes
Specific notes (free text) applied to the invoice line. Broken down into line segments, if detected.
Public propertyNotesText
Specific notes (free text) applied to the invoice line. May be seperated by line break characters or HTML formated line breaks.
Public propertyPriceAmount
Unit price without tax.
Public propertyQuantity
Invoiced quantity.
Public propertyTaxableAmount
The taxable amount of the invoice line.
Public propertyTaxableAmountSpecified
The taxable amount of the invoice line.
Public propertyTaxAmount
The tax amount of the invoice line.
Public propertyTaxCategoryCode
The tax category, as applied to the invoice line. See http://www.unimaze.com/tax+category+identifier.aspx for reference. Values 'S' (standard rate), 'AA' (reduced rate), 'Z' (product has no tax) and 'E' (customer is excempt) are most commonly used.
Public propertyTaxCategoryPercent
Tax percentage, as applied to the invoice line.
Public propertyUnitCode
Unit code in raw formatm, according to the UBL 2.0 code lists http://www.unimaze.com/unit+of+measure+code.aspx for reference.
Public propertyUnspscCategoryCode
Get UNSPSC category code, if available
Top
See Also