Skip to content

Commit

Permalink
LI-50459 - Update bank card types
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jul 4, 2024
1 parent 542f76c commit e8dfe73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class HyperwalletBankCard extends HyperwalletBaseMonitor {

public enum Brand {VISA, MASTERCARD}
public enum CardType {DEBIT}
public enum CardType {DEBIT, CREDIT, PREPAID, FIS, UNKNOWN}
public static enum Type {BANK_CARD}
public static enum Status {ACTIVATED, VERIFIED, INVALID, DE_ACTIVATED}
private Type type;
Expand Down

0 comments on commit e8dfe73

Please sign in to comment.