Invoice details
The Invoice details component renders the line items and breakdown of a specific invoice. Use it when you want to show invoice details in isolation, without the full invoice view.

Overview
Invoice details is driven by a portalObject your backend generates for a specific customer, combined with an invoiceId you pass in configuration. The SDK fetches and displays the details for that invoice. Your frontend never handles API keys directly.
Mount the component
Invoice details component
Configuration
Events
This component does not fire any events.