public interface ICustomInvoiceToEbInterface43Converter
| Modifier and Type | Method and Description |
|---|---|
default void |
additionalGlobalMapping(oasis.names.specification.ubl.schema.xsd.invoice_21.InvoiceType aUBLInvoice,
com.helger.ebinterface.v43.Ebi43InvoiceType aEbiInvoice)
Perform optional mapping after the whole conversion finished.
|
default void |
additionalItemMapping(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.InvoiceLineType aUBLInvoiceLine,
com.helger.ebinterface.v43.Ebi43ListLineItemType aEbiInvoiceLine)
Perform optional mapping after the conversion of a single details item
finished.
|
default void additionalItemMapping(@Nonnull oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.InvoiceLineType aUBLInvoiceLine, @Nonnull com.helger.ebinterface.v43.Ebi43ListLineItemType aEbiInvoiceLine)
aUBLInvoiceLine - Existing UBL invoice line. Never null.aEbiInvoiceLine - Existing pre-filled ebInterface invoice line. Never
null.default void additionalGlobalMapping(@Nonnull oasis.names.specification.ubl.schema.xsd.invoice_21.InvoiceType aUBLInvoice, @Nonnull com.helger.ebinterface.v43.Ebi43InvoiceType aEbiInvoice)
aUBLInvoice - Existing UBL invoice. Never null.aEbiInvoice - Existing pre-filled ebInterface invoice. Never null.Copyright © 2010–2019 AUSTRIAPRO. All rights reserved.