@Deprecated public class MasterpassCardDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
bin
Deprecated.
|
private String |
cardholderName
Deprecated.
|
private String |
cardType
Deprecated.
|
private String |
commercial
Deprecated.
|
private String |
countryOfIssuance
Deprecated.
|
private String |
debit
Deprecated.
|
private String |
durbinRegulated
Deprecated.
|
private String |
expirationMonth
Deprecated.
|
private String |
expirationYear
Deprecated.
|
private String |
healthcare
Deprecated.
|
private String |
imageUrl
Deprecated.
|
private String |
issuerLocation
Deprecated.
|
private String |
issuingBank
Deprecated.
|
private String |
last4
Deprecated.
|
private String |
paymentInstrumentName
Deprecated.
|
private String |
payroll
Deprecated.
|
private String |
prepaid
Deprecated.
|
private String |
productId
Deprecated.
|
private String |
token
Deprecated.
|
| Constructor and Description |
|---|
MasterpassCardDetails(NodeWrapper node)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBin()
Deprecated.
|
String |
getCardholderName()
Deprecated.
|
String |
getCardType()
Deprecated.
|
CreditCard.Commercial |
getCommercial()
Deprecated.
|
String |
getCountryOfIssuance()
Deprecated.
|
CreditCard.Debit |
getDebit()
Deprecated.
|
CreditCard.DurbinRegulated |
getDurbinRegulated()
Deprecated.
|
String |
getExpirationDate()
Deprecated.
|
String |
getExpirationMonth()
Deprecated.
|
String |
getExpirationYear()
Deprecated.
|
CreditCard.Healthcare |
getHealthcare()
Deprecated.
|
String |
getImageUrl()
Deprecated.
|
String |
getIssuingBank()
Deprecated.
|
String |
getLast4()
Deprecated.
|
String |
getMaskedNumber()
Deprecated.
|
CreditCard.Payroll |
getPayroll()
Deprecated.
|
CreditCard.Prepaid |
getPrepaid()
Deprecated.
|
String |
getProductId()
Deprecated.
|
String |
getToken()
Deprecated.
|
private String bin
private String cardType
private String cardholderName
private String expirationMonth
private String expirationYear
private String imageUrl
private String issuerLocation
private String last4
private String paymentInstrumentName
private String token
private String commercial
private String debit
private String durbinRegulated
private String healthcare
private String payroll
private String prepaid
private String productId
private String countryOfIssuance
private String issuingBank
public MasterpassCardDetails(NodeWrapper node)
public String getBin()
public String getCardType()
public String getCardholderName()
public String getExpirationDate()
public String getExpirationMonth()
public String getExpirationYear()
public String getImageUrl()
public String getLast4()
public String getMaskedNumber()
public String getToken()
public CreditCard.Commercial getCommercial()
public CreditCard.Debit getDebit()
public CreditCard.DurbinRegulated getDurbinRegulated()
public CreditCard.Healthcare getHealthcare()
public CreditCard.Payroll getPayroll()
public CreditCard.Prepaid getPrepaid()
public String getProductId()
public String getCountryOfIssuance()
public String getIssuingBank()
Copyright © 2013-2021. All Rights Reserved.