Type Alias Text2PayInvoiceDto
Text2PayInvoiceDto: { altId: string; altType: "location"; name: string; businessDetails: InvoiceBusinessDetails; currency: string; items: InvoiceItem[]; contactDetails: InvoiceContactDetails; issueDate: string; sentTo: InvoicesSendTo; liveMode: boolean; action: "draft" | "send"; userId: string; termNotes?: string; title?: string; invoiceNumber?: string; dueDate?: string; id?: string; includeTermsNote?: boolean; discount?: InvoiceDiscount;} Type declaration
altId: string
altType: "location"
name: string
currency: string
issueDate: string
liveMode: boolean
action: "draft" | "send"
userId: string
OptionaltermNotes?: string
Optionaltitle?: string
OptionalinvoiceNumber?: string
OptionaldueDate?: string
Optionalid?: string
OptionalincludeTermsNote?: boolean