Skip to content

Commit

Permalink
Adding property Name to VoucherFileConnection (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWICRIOT authored Oct 7, 2024
1 parent e0b4cab commit 898778e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ public class VoucherFileConnection
[JsonProperty]
public string FileId { get; set; }

///<summary> Name of the file </summary>
[ReadOnly]
[JsonProperty]
public string Name { get; private set; }

///<summary> Description of the voucher </summary>
[ReadOnly]
[JsonProperty]
Expand Down

0 comments on commit 898778e

Please sign in to comment.