public class TransactionTokenCardData extends Object
| Constructor | Description |
|---|---|
TransactionTokenCardData() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getBrand() |
The returned type will be changed to
CardBrand on later release |
CardBrand |
getBrandEnum() |
This method will be deleted when the returned type by "getBrand(String)" is changed to
CardBrand |
String |
getCardholder() |
|
CardCategory |
getCategory() |
|
String |
getCountry() |
The returned type will be changed to
Country on later release |
Country |
getCountryEnum() |
This method will be deleted when the returned type by "getCountry(String)" is changed to
Country |
int |
getExpMonth() |
|
int |
getExpYear() |
|
String |
getIssuer() |
|
int |
getLastFour() |
|
CardSubBrand |
getSubBrand() |
public String getCardholder()
public int getExpMonth()
public int getExpYear()
public int getLastFour()
public String getBrand()
CardBrand on later releasepublic CardBrand getBrandEnum()
CardBrandpublic String getCountry()
Country on later releasepublic Country getCountryEnum()
Countrypublic CardCategory getCategory()
public String getIssuer()
public CardSubBrand getSubBrand()
Copyright © 2018 The Apache Software Foundation. All rights reserved.