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

org.mustangproject.ZUGFeRD.IZUGFeRDPaymentDiscountTerms 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.2
Show newest version
package org.mustangproject.ZUGFeRD;

import java.math.BigDecimal;
import java.util.Date;

public interface IZUGFeRDPaymentDiscountTerms {

	BigDecimal getCalculationPercentage();

	Date getBaseDate();

	int getBasePeriodMeasure();

	String getBasePeriodUnitCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy