Type Alias CreateInvoiceResponse
CreateInvoiceResponse: { _id: string; status: InvoiceStatusOptions; liveMode: boolean; amountPaid: number; altId: string; altType: "location"; name: string; businessDetails: InvoiceBusinessDetails; invoiceNumber: number; currency: string; contactDetails: InvoiceContactDetails; issueDate: string; dueDate: string; discount?: InvoiceDiscount; invoiceItems: InvoiceItem[]; total: number; title: string; amountDue: number; createdAt: string; updatedAt: string;} Type declaration
_id: string
liveMode: boolean
amountPaid: number
altId: string
altType: "location"
name: string
invoiceNumber: number
currency: string
issueDate: string
dueDate: string
total: number
title: string
amountDue: number
createdAt: string
updatedAt: string