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

org.mustangproject.ZUGFeRD.IZUGFeRDExportablePostalTradeAddress 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 IZUGFeRDExportablePostalTradeAddress {
	default String getPostcodeCode(){return null;}
	default String getLineOne() {return null;}
	default String getLineTwo() {return null;}
	default String getLineThree() {return null;}
	default String getCityName() {return null;}
	default String getCountryID() {return null;}
	default String getCountrySubDivisionName() {return null;}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy