Hierarchy

  • Invoice

Properties

_id?: string
amount?: number
currency?: string
customer?: Customer
date?: string
items?: InvoiceItem[]
number?: string
sequentialId?: number
status?: string
subscription?: { _id?: string }

Type declaration

  • Optional _id?: string
totalAmount?: number
vatAmount?: number
vatRate?: number

Generated using TypeDoc