Uses of Interface
org.mustangproject.ZUGFeRD.IZUGFeRDPaymentTerms
-
Packages that use IZUGFeRDPaymentTerms Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of IZUGFeRDPaymentTerms in org.mustangproject
Fields in org.mustangproject with type parameters of type IZUGFeRDPaymentTerms Modifier and Type Field Description protected java.util.ArrayList<IZUGFeRDPaymentTerms>Invoice. paymentTermsMethods in org.mustangproject that return IZUGFeRDPaymentTerms Modifier and Type Method Description IZUGFeRDPaymentTerms[]Invoice. getExtendedPaymentTerms()IZUGFeRDPaymentTermsInvoice. getPaymentTerms()Methods in org.mustangproject with parameters of type IZUGFeRDPaymentTerms Modifier and Type Method Description InvoiceInvoice. addPaymentTerms(IZUGFeRDPaymentTerms paymentTerm)Set multiple payment terms when using the EXTENDED profile.InvoiceInvoice. setExtendedPaymentTerms(IZUGFeRDPaymentTerms[] paymentTerms)InvoiceInvoice. setPaymentTerms(IZUGFeRDPaymentTerms paymentTerm) -
Uses of IZUGFeRDPaymentTerms in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return IZUGFeRDPaymentTerms Modifier and Type Method Description default IZUGFeRDPaymentTerms[]IExportableTransaction. getExtendedPaymentTerms()Get payment terms for the EXTENDED profile (multiple terms are allowed)default IZUGFeRDPaymentTermsIExportableTransaction. getPaymentTerms()get payment terms. if set, getPaymentTermDescription() and getDueDate() are ignored
-