public interface ICustomCreditNoteToEbInterface41Converter
| Modifier and Type | Method and Description |
|---|---|
default void |
additionalGlobalMapping(oasis.names.specification.ubl.schema.xsd.creditnote_21.CreditNoteType aUBLCreditNote,
com.helger.ebinterface.v41.Ebi41InvoiceType aEbiInvoice)
Perform optional mapping.
|
default void |
additionalItemMapping(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.CreditNoteLineType aUBLCreditNoteLine,
com.helger.ebinterface.v41.Ebi41ListLineItemType 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.CreditNoteLineType aUBLCreditNoteLine, @Nonnull com.helger.ebinterface.v41.Ebi41ListLineItemType aEbiInvoiceLine)
aUBLCreditNoteLine - Existing UBL credit note line. Never null.aEbiInvoiceLine - Existing pre-filled ebInterface invoice line. Never
null.default void additionalGlobalMapping(@Nonnull oasis.names.specification.ubl.schema.xsd.creditnote_21.CreditNoteType aUBLCreditNote, @Nonnull com.helger.ebinterface.v41.Ebi41InvoiceType aEbiInvoice)
aUBLCreditNote - Existing UBL credit note. Never null.aEbiInvoice - Existing pre-filled ebInterface invoice. Never null.Copyright © 2010–2019 AUSTRIAPRO. All rights reserved.