Package com.blockchyp.client.dto
Class WhiteListedCard
java.lang.Object
com.blockchyp.client.dto.WhiteListedCard
Shows details about a white listed card.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBin()Gets the card BIN.getPan()Gets the card primary account number.Gets the track 1 data from the card.Gets the track 2 data from the card.voidSets the card BIN.voidSets the card primary account number.voidSets the track 1 data from the card.voidSets the track 2 data from the card.
-
Constructor Details
-
WhiteListedCard
public WhiteListedCard()
-
-
Method Details
-
setBin
Sets the card BIN.- Parameters:
value- the card BIN.
-
getBin
Gets the card BIN.- Returns:
- the card BIN.
-
setTrack1
Sets the track 1 data from the card.- Parameters:
value- the track 1 data from the card.
-
getTrack1
Gets the track 1 data from the card.- Returns:
- the track 1 data from the card.
-
setTrack2
Sets the track 2 data from the card.- Parameters:
value- the track 2 data from the card.
-
getTrack2
Gets the track 2 data from the card.- Returns:
- the track 2 data from the card.
-
setPan
Sets the card primary account number.- Parameters:
value- the card primary account number.
-
getPan
Gets the card primary account number.- Returns:
- the card primary account number.
-