Type alias InvoiceReceivedEventDTO

InvoiceReceivedEventDTO: {
    eventDate: string;
    eventType: string;
    invoiceId: string;
}

Type declaration

  • eventDate: string
  • eventType: string
  • invoiceId: string