Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
System Object
Unimaze.Composer.Tools CreditNoteParserLine
Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Top
Top
Top
Class used for extracting parser results for a credit note line.
Inheritance Hierarchy
Unimaze.Composer.Tools CreditNoteParserLine
Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax
The CreditNoteParserLine type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CreditNoteParserLine |
Creates an empty instance. Internal use.
| |
| CreditNoteParserLine(Int32) |
Creates an instance with a line reference. Internal use.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccountingCost |
Accounting cost as specified.
| |
| AccountingCostPairs |
Get accounting cost on invoice, on line level. Split into parts based on delimeter ##.
| |
| AccountingCosts |
Get accounting cost on invoice, on line level. Split into parts based on delimeter ##.
| |
| AdditionalItemPropertyPairs |
Get additional item properties
| |
| Description |
Product description, if applicable.
| |
| DiscountAmount |
Returns the amount discount, zero if no discount or discount specified as percent.
| |
| DiscountPercent |
Returns the percent discount, zero if not discount or discount specified as an amount.
| |
| ItemNo |
Item number for the product.
| |
| LineExtensionAmount |
Total line amount without tax.
| |
| Name |
Name for the product.
| |
| Notes |
Specific notes (free text) applied to the invoice line. Broken down into line segments, if detected.
| |
| NotesText |
Specific notes (free text) applied to the invoice line. May be seperated by line break characters or HTML formated line breaks. | |
| PriceAmount |
Unit price without tax.
| |
| Quantity |
Invoiced quantity.
| |
| TaxableAmount |
The taxable amount of the credit note line.
| |
| TaxAmount |
The tax amount of the credit note line.
| |
| TaxCategoryCode |
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.
| |
| TaxCategoryPercent |
Tax percentage, as applied to the invoice line.
| |
| UnitCode |
Unit code in raw formatm, according to the UBL 2.0 code lists http://www.unimaze.com/unit+of+measure+code.aspx for reference.
| |
| UnspscCategoryCode |
Get UNSPSC category code, if available
|
See Also