All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mustangproject.SubjectCode Maven / Gradle / Ivy

Go to download

FOSS Java library to read, write and validate european electronic invoices and orders in the UN/CEFACT Cross Industry Invoice based formats Factur-X/ZUGFeRD, XRechnung and Order-X in your invoice PDFs.

There is a newer version: 2.15.0
Show newest version
package org.mustangproject;

/**
 * EN16931-ID: BT-21 - the qualification of the free text on the invoice from BT-22
 * In the first step only the recommended codes are implemented. 
 */
public enum SubjectCode {
  /**
   * general information
   */
  AAI,
  /**
   * seller notes
   */
  SUR,
  /**
   * regulatory information
   */
  REG,
  /**
   * legal information
   */
  ABL,
  /**
   * tax information
   */
  TXD,
  /**
   * Customs information
   */
  CUS,
  /**
   * introduction
   */
  ACY,
  /**
   * Discount and bonus agreements
   */
  AAK
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy