File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
BunqSdk/Model/Generated/Endpoint Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments