From 38d077fe4bab50bd296b073f0bfeec242225908e Mon Sep 17 00:00:00 2001 From: Masrooj Date: Mon, 23 Oct 2023 18:52:58 +0530 Subject: [PATCH] Add Vat Code to invoice row --- FortnoxSDK/Entities/Invoices/InvoiceRow.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FortnoxSDK/Entities/Invoices/InvoiceRow.cs b/FortnoxSDK/Entities/Invoices/InvoiceRow.cs index b5b4bdb4..d7778e26 100644 --- a/FortnoxSDK/Entities/Invoices/InvoiceRow.cs +++ b/FortnoxSDK/Entities/Invoices/InvoiceRow.cs @@ -96,4 +96,9 @@ public class InvoiceRow /// The stock point that the items are to taken from or has been taken from. [JsonProperty] public string StockPointCode { get; set; } + + /// The VATCode has value based on VAT. + [JsonProperty] + public string VATCode { get; set; } + } \ No newline at end of file