updates
This commit is contained in:
@@ -42,6 +42,8 @@ export interface Invoice {
|
||||
notes?: string;
|
||||
terms_and_conditions?: string;
|
||||
payment_instructions?: string;
|
||||
is_proforma?: boolean;
|
||||
promotion_code?: string;
|
||||
items: InvoiceItem[];
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
||||
Reference in New Issue
Block a user