CreditNoteParser 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 to parse and return results of parsing an credit note. Get an instance from the Billing class.
Inheritance Hierarchy

System Object
  Unimaze.Composer.Tools CreditNoteParser

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 CreditNoteParser

The CreditNoteParser type exposes the following members.

Constructors

  NameDescription
Public methodCreditNoteParser
Constructor for creating an credit note parser in sample mode (will return values without parsing). Create a instance to parse an creditNote.
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
Accountint code as specified.
Public propertyAccountingCostPairs
Get accounting cost on credit note, on header level. Split into parts based on delimeter ##.
Public propertyAccountingCosts
Get accounting cost on credit note, on header level. Split into parts based on delimeter ##.
Public propertyBillingLines
A list of parsed billing lines in the credit note.
Public propertyBillingLinesCount
The total number of billing lines in the credit note.
Public propertyCreditNoteNo
The number identifiying the credit note for reference and tax purposes.
Public propertyCustomerBuildingNumber
Building number of the customer.
Public propertyCustomerCity
City of the customer.
Public propertyCustomerContactElectronicMail
Electronic mail of the customer contact.
Public propertyCustomerContactFax
Fax of the customer contact.
Public propertyCustomerContactId
Identifier of the customer contact.
Public propertyCustomerContactName
Name of the customer contact.
Public propertyCustomerContactTelephone
Telephone of the customer contact.
Public propertyCustomerCostStationId
Identifier used to identify the cost station of the customer. Either GLN number or a mutually agreed upon code.
Public propertyCustomerCostStationIdType
Identifier used to identify the cost station of the customer. Either GLN or ZZZ (mutually agreed)
Public propertyCustomerCountryCode
Country of the customer (2-digit upper case).
Public propertyCustomerDepartmentName
Name of department of the customer (may be the name of the cost station)
Public propertyCustomerEndpointId
Endpoint identifier for the customer
Public propertyCustomerEndpointIdType
Endpoint identifier type for the customer (e.g. ZZZ, GLN or other allowed value)
Public propertyCustomerLegalEntityIdentifier
The the customer legal entity identifier.
Public propertyCustomerLegalEntitySchemeAgencyId
Scheme agency identifier of the customer legal entity.
Public propertyCustomerLegalEntitySchemeId
Scheme identifier of the customer legal entity.
Public propertyCustomerName
Name of the customer.
Public propertyCustomerPostalZone
Postal zone of the customer.
Public propertyCustomerStreetAndNumber
Street and street number of the customer.
Public propertyCustomizationId
Gets the customization identifier of the current credit note.
Public propertyDocumentCount
Gets the number of documents in the invoice
Public propertyDocumentCurrencyCode
The document currency code.
Public propertyDocuments
Gets the documents in the invoice
Public propertyDocumentTypeId
Get the unique document type identifier of the current credit note.
Public propertyIssueDate
The issue date of the credit note.
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 propertyOrderNo
Order reference for the invoice, if set
Public propertyPayableAmount
Get the payable amount of the credit note.
Public propertyPayableRoundingAmount
Get the payable rounding amount of the credit note.
Public propertyProfileId
Gets the profile identifier of the current credit note.
Public propertyReducedRateTaxableTotalAmount
Get the reduced rate taxable total amount (indicated by tax category 'AA' in NESUBL/OIOUBL/CENBII)
Public propertyReducedRateTaxPercentage
Get the reduced rate tax percentage (indicated by tax category 'AA' in NESUBL/OIOUBL/CENBII)
Public propertyReducedRateTaxTotalAmount
Get the reduced rate total tax amount (indicated by tax category 'AA' in NESUBL/OIOUBL/CENBII)
Public propertyReferencedCreditNoteNo
/// The number identifying a credit note referenced by this credit note.
Public propertyReferencedInvoiceNo
The number identifying an invoice referenced by this credit note.
Public propertyStandardRateTaxableTotalAmount
Get the standard rate taxable total amount (indicated by tax category 'S' in NESUBL/OIOUBL/CENBII)
Public propertyStandardRateTaxPercentage
Get the standard rate tax percentage (indicated by tax category 'S' in NESUBL/OIOUBL/CENBII)
Public propertyStandardRateTaxTotalAmount
Get the standard rate total tax amount (indicated by tax category 'S' in NESUBL/OIOUBL/CENBII)
Public propertySupplierBuildingNumber
Building number for the supplier.
Public propertySupplierCity
City of the supplier.
Public propertySupplierContactElectronicMail
Electronic mail address of the supplier contact.
Public propertySupplierContactFax
Fax number of the supplier contact.
Public propertySupplierContactId
Identifer for the supplier contact (unique identifier, may be used for machine processing).
Public propertySupplierContactName
Name of the supplier contact.
Public propertySupplierContactTelephone
Telephone number of the supplier contact.
Public propertySupplierCountryCode
Country code of the supplier (2-digit upper case)
Public propertySupplierDepartmentName
Name of department (may be the name of the selling station)
Public propertySupplierEndpointId
Endpoint identifier for the supplier
Public propertySupplierEndpointIdType
Endpoint identifier type for the supplier (e.g. ZZZ, GLN or other allowed value)
Public propertySupplierLegalEntityIdentifier
The supplier legal entity identifier.
Public propertySupplierLegalEntityLegalName
The supplier legal entity name, if explicitly specified by the standard. May not exist in NESUBL.
Public propertySupplierLegalEntitySchemeAgencyId
Scheme agency identifier for the supplier legal entity.
Public propertySupplierLegalEntitySchemeId
Scheme identifier for the supplier legal entity.
Public propertySupplierName
Name of the supplier.
Public propertySupplierPostalZone
Postal zone of the supplier.
Public propertySupplierSellingStationId
Identifier used to identify the cost station of the customer. Either GLN number or a mutually agreed upon code.
Public propertySupplierSellingStationIdType
Identifier used to identify the cost station of the customer. Either GLN or ZZZ (mutually agreed)
Public propertySupplierStreetAndNumber
Street and street number for the supplier.
Public propertySupplierVatNumber
VAT number of the supplier.
Public propertyTaxExlusiveTotalAmount
Get the tax exclusive amount of the credit note.
Public propertyTaxInclusiveTotalAmount
Get the tax exclusive amount of the credit note.
Top
See Also