public class WhiteListedCard extends Object
Constructor and Description |
---|
WhiteListedCard() |
Modifier and Type | Method and Description |
---|---|
String |
getBin()
Gets the card BIN.
|
String |
getPan()
Gets the card primary account number.
|
String |
getTrack1()
Gets the track 1 data from the card.
|
String |
getTrack2()
Gets the track 2 data from the card.
|
void |
setBin(String value)
Sets the card BIN.
|
void |
setPan(String value)
Sets the card primary account number.
|
void |
setTrack1(String value)
Sets the track 1 data from the card.
|
void |
setTrack2(String value)
Sets the track 2 data from the card.
|
public void setBin(String value)
value
- the card BIN.public String getBin()
public void setTrack1(String value)
value
- the track 1 data from the card.public String getTrack1()
public void setTrack2(String value)
value
- the track 2 data from the card.public String getTrack2()
public void setPan(String value)
value
- the card primary account number.public String getPan()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.