From 58c4ffee0cf28222a8dd7166f14d56b53d081d75 Mon Sep 17 00:00:00 2001 From: Mihai Moiseanu Date: Wed, 21 Feb 2024 10:55:28 +0200 Subject: [PATCH] rename member --- MangoPay.SDK/Entities/BinData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }