Skip to content

Commit 57d5581

Browse files
author
Kevin Hellemun
committed
Removed unneeded doc block. (#51)
1 parent 12e621f commit 57d5581

20 files changed

+0
-69
lines changed

BunqSdk/Model/Generated/Endpoint/AttachmentMonetaryAccount.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ public class AttachmentMonetaryAccount : BunqModel
2121
/// </summary>
2222
private const string ENDPOINT_URL_CREATE = "user/{0}/monetary-account/{1}/attachment";
2323

24-
/// <summary>
25-
/// Object type.
26-
/// </summary>
2724

2825
/// <summary>
2926
/// The attachment.

BunqSdk/Model/Generated/Endpoint/BunqMeFundraiserProfile.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ public class BunqMeFundraiserProfile : BunqModel
1515
/// </summary>
1616
public const string FIELD_POINTER = "pointer";
1717

18-
/// <summary>
19-
/// Object type.
20-
/// </summary>
2118

2219
/// <summary>
2320
/// The color chosen for the bunq.me fundraiser profile in hexadecimal format.

BunqSdk/Model/Generated/Endpoint/BunqMeFundraiserResult.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ namespace Bunq.Sdk.Model.Generated.Endpoint
99
/// </summary>
1010
public class BunqMeFundraiserResult : BunqModel
1111
{
12-
/// <summary>
13-
/// Object type.
14-
/// </summary>
15-
1612
/// <summary>
1713
/// The id of the bunq.me.
1814
/// </summary>

BunqSdk/Model/Generated/Endpoint/BunqMeTabEntry.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ public class BunqMeTabEntry : BunqModel
1818
public const string FIELD_DESCRIPTION = "description";
1919
public const string FIELD_REDIRECT_URL = "redirect_url";
2020

21-
/// <summary>
22-
/// Object type.
23-
/// </summary>
2421

2522
/// <summary>
2623
/// The uuid of the bunq.me.

BunqSdk/Model/Generated/Endpoint/BunqMeTabResultInquiry.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ namespace Bunq.Sdk.Model.Generated.Endpoint
1010
/// </summary>
1111
public class BunqMeTabResultInquiry : BunqModel
1212
{
13-
/// <summary>
14-
/// Object type.
15-
/// </summary>
16-
1713
/// <summary>
1814
/// The payment made for the Tab.
1915
/// </summary>

BunqSdk/Model/Generated/Endpoint/BunqMeTabResultResponse.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ namespace Bunq.Sdk.Model.Generated.Endpoint
1010
/// </summary>
1111
public class BunqMeTabResultResponse : BunqModel
1212
{
13-
/// <summary>
14-
/// Object type.
15-
/// </summary>
16-
1713
/// <summary>
1814
/// The payment made for the bunq.me tab.
1915
/// </summary>

BunqSdk/Model/Generated/Endpoint/CardReplace.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public class CardReplace : BunqModel
2929
public const string FIELD_PIN_CODE = "pin_code";
3030
public const string FIELD_SECOND_LINE = "second_line";
3131

32-
/// <summary>
33-
/// Object type.
34-
/// </summary>
3532

3633
/// <summary>
3734
/// The id of the new card.

BunqSdk/Model/Generated/Endpoint/ChatConversationReference.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ namespace Bunq.Sdk.Model.Generated.Endpoint
99
/// </summary>
1010
public class ChatConversationReference : BunqModel
1111
{
12-
/// <summary>
13-
/// Object type.
14-
/// </summary>
15-
1612
/// <summary>
1713
/// The id of this conversation.
1814
/// </summary>

BunqSdk/Model/Generated/Endpoint/ChatConversationSupportExternal.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ namespace Bunq.Sdk.Model.Generated.Endpoint
99
/// </summary>
1010
public class ChatConversationSupportExternal : BunqModel
1111
{
12-
/// <summary>
13-
/// Object type.
14-
/// </summary>
15-
1612
/// <summary>
1713
/// The id of this conversation.
1814
/// </summary>

BunqSdk/Model/Generated/Endpoint/ChatMessageAnnouncement.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ namespace Bunq.Sdk.Model.Generated.Endpoint
1010
/// </summary>
1111
public class ChatMessageAnnouncement : BunqModel
1212
{
13-
/// <summary>
14-
/// Object type.
15-
/// </summary>
16-
1713
/// <summary>
1814
/// The id of the message.
1915
/// </summary>

0 commit comments

Comments
 (0)