Function initializeInvoiceList

  • Entry point to display the invoice list of a product.

    Parameters

    • context: {
          [key: string]: unknown;
      }

      context to load the invoice list,

      • [key: string]: unknown
    • domElementSelector: string

      css selector to attach the list of invoice to the DOM

    • Optional options: InvoiceListOptions

    Returns ZoidComponent

Generated using TypeDoc