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

org.mustangproject.ZUGFeRD.IReferencedDocument 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.ZUGFeRD;

public interface IReferencedDocument {

	/***
	 * sets an ID assigned by the sender
	 * @return String of an ID
	 */
	String getIssuerAssignedID();

	/***
	 * which type is the document? e.g. "916" for additional invoice related
	 * @return string of a most likely numeric code
	 */
	String getTypeCode();

	/***
	 * type of the reference of this line, a UNTDID 1153 code
	 * @return String of a code
	 */
	String getReferenceTypeCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy