Skip to content

Commit

Permalink
Merge pull request #212 from Mangopay/bugfix/wrong_naming_bindata
Browse files Browse the repository at this point in the history
Rename member in BinData
  • Loading branch information
iulian03 authored Mar 8, 2024
2 parents 72032ef + 58c4ffe commit 49ae2b4
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 49ae2b4

Please sign in to comment.