Options
All
  • Public
  • Public/Protected
  • All
Menu

This event is sent when an invoice is sent, paid or cancelled to the integrator system.

Hierarchy

Index

Constructors

Properties

_eid: string

Event unique id

_type: EventType

Event type

_v: string

Event format version / API version

items: LineItem[]

The line items contained in the document

number: string

Document number

status: "sent" | "received" | "paid" | "cancelled" | "cancellation_sent"

status of the document :

  • sent/received - document was sent to or received from the official channel(usually email) to/from the accounting department of the integrators company.
  • paid - document was fully paid
  • cancelled - the document was cancelled/storno
  • cancellation_sent - cancellation document was sent
type: "invoice" | "credit_note"

Whether the document is an invoice or credit note

Generated using TypeDoc