Skip to content

Commit

Permalink
rename member
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimoiseanu committed Feb 21, 2024
1 parent 7b431ec commit 58c4ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangoPay.SDK/Entities/BinData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace MangoPay.SDK.Entities
public class BinData
{
/// <summary>The subtype of the card product. Examples include: CLASSIC, GOLD, PLATINUM, PREPAID, etc.</summary>
public string SubType { get; set; }
public string Subtype { get; set; }

/// <summary>The card brand. Examples include: AMERICAN EXPRESS, DISCOVER, JCB, MASTERCARD, VISA, etc.</summary>
public string Brand { get; set; }
Expand Down

0 comments on commit 58c4ffe

Please sign in to comment.