From ca060955b105c83c7f0120c5e970fb52a6d07713 Mon Sep 17 00:00:00 2001 From: Thomas Rayden Date: Fri, 16 Aug 2019 17:19:31 +0800 Subject: [PATCH] Add missing ItemCode to LineItem model --- src/AccountingAPI-models.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AccountingAPI-models.ts b/src/AccountingAPI-models.ts index 1e9e32d1..3864d015 100644 --- a/src/AccountingAPI-models.ts +++ b/src/AccountingAPI-models.ts @@ -338,6 +338,7 @@ export interface LineItem { Tracking?: Tracking[]; Quantity?: number; LineItemID?: string; + ItemCode?: string; } export interface ManualJournal { ManualJournalID?: string;