feat(finance): Added notes field to IInvoice interface
This commit is contained in:
@ -35,5 +35,6 @@ export interface IInvoice {
|
||||
items: IInvoiceItem[];
|
||||
};
|
||||
};
|
||||
notes: string[];
|
||||
paymentOptions?: finance.IPaymentOptionInfo;
|
||||
}
|
||||
|
Reference in New Issue
Block a user