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
Optional
termNotes?: string
Optional
title?: string
Optional
invoiceNumber?: string
Optional
dueDate?: string
Optional
id?: string
Optional
includeTermsNote?: boolean