import { Peppol } from "@getpeppr/sdk";
const peppol = new Peppol({ apiKey: "sk_sandbox_…" });
await peppol.invoices.send({
number: "INV-2026-001",
to: { peppolId: "9925:BE0314595348" },
lines: [{ description: "Consulting",
quantity: 10, unitPrice: 150, vatRate: 21 }],
});
✓Delivered to the Peppol network