Skip to content

Commit

Permalink
Add missing DocumentNumber to OrderSubset
Browse files Browse the repository at this point in the history
  • Loading branch information
richardrandak committed May 4, 2020
1 parent 0f2e664 commit ac3a052
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FortnoxAPILibrary/Generated/Subsets/OrderSubset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ public class OrderSubset
[JsonProperty]
public DateTime? DeliveryDate { get; set; }

///<summary> Document number </summary>
[JsonProperty]
public int? DocumentNumber { get; set; }

///<summary> External invoice reference 1 </summary>
[JsonProperty]
public string ExternalInvoiceReference1 { get; set; }
Expand Down

0 comments on commit ac3a052

Please sign in to comment.