diff --git a/MangoPay.SDK/Entities/BinData.cs b/MangoPay.SDK/Entities/BinData.cs index 3e6b8d3..2d5188a 100644 --- a/MangoPay.SDK/Entities/BinData.cs +++ b/MangoPay.SDK/Entities/BinData.cs @@ -3,7 +3,7 @@ namespace MangoPay.SDK.Entities public class BinData { /// The subtype of the card product. Examples include: CLASSIC, GOLD, PLATINUM, PREPAID, etc. - public string SubType { get; set; } + public string Subtype { get; set; } /// The card brand. Examples include: AMERICAN EXPRESS, DISCOVER, JCB, MASTERCARD, VISA, etc. public string Brand { get; set; }