Skip to content

Commit

Permalink
Add note to PriceList.Code property - Fix #163
Browse files Browse the repository at this point in the history
  • Loading branch information
richardrandak committed Sep 7, 2021
1 parent a9fb1c2 commit b7c53cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FortnoxSDK/Entities/Price Lists/PriceList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class PriceList
public string Url { get; private set; }

///<summary> Code of pricelist </summary>
///<remarks> It is recommended to use upper-case value. Other values can cause some undesired effects on server side.</remarks>
[JsonProperty]
public string Code { get; set; }

Expand Down

0 comments on commit b7c53cb

Please sign in to comment.