public class BankCard extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BankCard.Builder |
static class |
BankCard.CardType |
Modifier and Type | Field and Description |
---|---|
String |
cardHolderName |
CardReaderInfo |
cardReader
Carder Reader Type
|
BankCard.CardType |
cardType |
String |
encryptedData
Encrypted Card data
|
String |
expiryMonth
Expiration date
|
String |
expiryYear2
Expiration year
|
boolean |
isFallbackMode |
byte[] |
ksn |
String |
name
visa, mastercard, etc
|
boolean |
needSignature
does customer need to sign check
|
String |
panFirstDigits |
String |
panLastDigits |
boolean |
pinEntered
was PIN entered
|
Modifier and Type | Method and Description |
---|---|
CardReaderInfo |
getCardReader()
Carder Reader Type
|
String |
getEncryptedCardData() |
String |
getMonth()
Expiration month, 2 character
|
String |
getPaymentSystemName() |
boolean |
getPinAvailable()
pin evailable
|
String |
getYear()
Expiration year, 2 character
|
String |
toString() |
public final BankCard.CardType cardType
public final boolean pinEntered
public final boolean needSignature
public final CardReaderInfo cardReader
public final boolean isFallbackMode
public final String name
public final String expiryYear2
public final String expiryMonth
public final String encryptedData
public final String panFirstDigits
public final String panLastDigits
public final String cardHolderName
public final byte[] ksn
public String getMonth()
public String getYear()
public String getPaymentSystemName()
public String getEncryptedCardData()
public CardReaderInfo getCardReader()
public boolean getPinAvailable()
Copyright © 2018. All rights reserved.