Class UblInvoiceMapper
Bidirectional mapper between the domain Invoice model and generated UBL InvoiceType.
public static class UblInvoiceMapper
- Inheritance
-
UblInvoiceMapper
- Inherited Members
Methods
FromUbl(InvoiceType)
public static Invoice FromUbl(InvoiceType ubl)
Parameters
ublInvoiceType
Returns
ToUbl(Invoice, InvoiceProfile?)
public static InvoiceType ToUbl(Invoice invoice, InvoiceProfile? profile = null)
Parameters
invoiceInvoiceprofileInvoiceProfile
Returns
- InvoiceType