Skip to content

Commit 2f69bd5

Browse files
author
Kevin Hellemun
committed
Added missing cvc fields. #38
1 parent 1e22ad2 commit 2f69bd5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

BunqSdk/Model/Generated/Endpoint/CardGeneratedCvc2.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ public class CardGeneratedCvc2 : BunqModel
2727
/// </summary>
2828
private const string OBJECT_TYPE = "CardGeneratedCvc2";
2929

30+
/// <summary>
31+
/// The id of the cvc code.
32+
/// </summary>
33+
[JsonProperty(PropertyName = "id")]
34+
public int? Id { get; private set; }
35+
36+
/// <summary>
37+
/// The timestamp of the cvc code's creation.
38+
/// </summary>
39+
[JsonProperty(PropertyName = "created")]
40+
public string Created { get; private set; }
41+
42+
/// <summary>
43+
/// The timestamp of the cvc code's last update.
44+
/// </summary>
45+
[JsonProperty(PropertyName = "updated")]
46+
public string Updated { get; private set; }
47+
3048
/// <summary>
3149
/// The cvc2 code.
3250
/// </summary>

0 commit comments

Comments
 (0)