fix(xero Node): fix line amount types being ignored when creating new invoices (#4146)

This commit is contained in:
Jonathan Bennetts
2022-09-20 14:33:29 +01:00
committed by GitHub
parent a8030dbda5
commit 3e2e9e6009
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export interface IInvoice extends ITenantId {
Contact?: IDataObject;
Date?: string;
DueDate?: string;
LineAmountType?: string;
LineAmountTypes?: string;
InvoiceNumber?: string;
Reference?: string;
BrandingThemeID?: string;