Class WhiteListedCard

java.lang.Object
com.blockchyp.client.dto.WhiteListedCard

public class WhiteListedCard extends Object
Shows details about a white listed card.
  • Constructor Details

    • WhiteListedCard

      public WhiteListedCard()
  • Method Details

    • setBin

      public void setBin(String value)
      Sets the card BIN.
      Parameters:
      value - the card BIN.
    • getBin

      public String getBin()
      Gets the card BIN.
      Returns:
      the card BIN.
    • setTrack1

      public void setTrack1(String value)
      Sets the track 1 data from the card.
      Parameters:
      value - the track 1 data from the card.
    • getTrack1

      public String getTrack1()
      Gets the track 1 data from the card.
      Returns:
      the track 1 data from the card.
    • setTrack2

      public void setTrack2(String value)
      Sets the track 2 data from the card.
      Parameters:
      value - the track 2 data from the card.
    • getTrack2

      public String getTrack2()
      Gets the track 2 data from the card.
      Returns:
      the track 2 data from the card.
    • setPan

      public void setPan(String value)
      Sets the card primary account number.
      Parameters:
      value - the card primary account number.
    • getPan

      public String getPan()
      Gets the card primary account number.
      Returns:
      the card primary account number.