Skip to content

Commit

Permalink
LastFourDigits property added (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmtertekn authored Jun 23, 2022
1 parent 6c336cd commit 57d4c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Iyzipay/Model/Card.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class Card : IyzipayResource
public String CardToken { get; set; }
public String CardAlias { get; set; }
public String BinNumber { get; set; }
public String LastFourDigits { get; set; }
public String CardType { get; set; }
public String CardAssociation { get; set; }
public String CardFamily { get; set; }
Expand Down

0 comments on commit 57d4c0c

Please sign in to comment.