Package org.mustangproject.ZUGFeRD
Interface IZUGFeRDCashDiscount
-
- All Known Implementing Classes:
CashDiscount
public interface IZUGFeRDCashDiscount
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsCII()java.lang.StringgetAsXRechnung()since EN16931 voted not to have (or even allow) cash discounts in their core invoice the german XRechnung CIUS defined it's own proprietary format for a freetext field
-
-
-
Method Detail
-
getAsCII
java.lang.String getAsCII()
- Returns:
- this particular cash discount as cross industry invoice XML
-
getAsXRechnung
java.lang.String getAsXRechnung()
since EN16931 voted not to have (or even allow) cash discounts in their core invoice the german XRechnung CIUS defined it's own proprietary format for a freetext field- Returns:
- this particular cash discount in proprietary xrechnung format
-
-