Skip to content

Commit

Permalink
Merge pull request #1 from masrooj/dev
Browse files Browse the repository at this point in the history
Add Vat Code to invoice row
  • Loading branch information
masrooj authored Oct 24, 2023
2 parents 1d95403 + 38d077f commit 70e0cd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FortnoxSDK/Entities/Invoices/InvoiceRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,9 @@ public class InvoiceRow
/// <summary> The stock point that the items are to taken from or has been taken from. </summary>
[JsonProperty]
public string StockPointCode { get; set; }

///<summary> The VATCode has value based on VAT. </summary>
[JsonProperty]
public string VATCode { get; set; }

}

0 comments on commit 70e0cd2

Please sign in to comment.