Skip to content

Commit 750b79c

Browse files
author
Kevin Hellemun
committed
Regenerated code. (#41)
1 parent e19fae4 commit 750b79c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

BunqSdk/Model/Generated/Endpoint/Card.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ public class Card : BunqModel
7171
[JsonProperty(PropertyName = "type")]
7272
public string Type { get; private set; }
7373

74+
/// <summary>
75+
/// The sub-type of the card.
76+
/// </summary>
77+
[JsonProperty(PropertyName = "sub_type")]
78+
public string SubType { get; private set; }
79+
7480
/// <summary>
7581
/// The second line of text on the card
7682
/// </summary>

BunqSdk/Model/Generated/Endpoint/CardDebit.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ public class CardDebit : BunqModel
6969
[JsonProperty(PropertyName = "type")]
7070
public string Type { get; private set; }
7171

72+
/// <summary>
73+
/// The sub_type of card.
74+
/// </summary>
75+
[JsonProperty(PropertyName = "sub_type")]
76+
public string SubType { get; private set; }
77+
7278
/// <summary>
7379
/// The second line of text on the card
7480
/// </summary>

0 commit comments

Comments
 (0)