Class TokenizedCardType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.TokenizedCardType
Details of a tokenized bank card
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBrand()Credit card brand.Whoever issued the tokenLast four digits of the credit card.@NotNull StringgetToken()The token itself@NotNull StringToken type (e.g.: emv)getType()Card type.inthashCode()lastFourDigits(String lastFourDigits) voidvoidvoidsetLastFourDigits(String lastFourDigits) voidvoidsetTokenType(String tokenType) voidtoString()
-
Constructor Details
-
TokenizedCardType
public TokenizedCardType()
-
-
Method Details
-
brand
-
getBrand
Credit card brand. E.g.: Visa, MasterCard, AmericanExpress... Might be used for display purposes- Returns:
- brand
-
setBrand
-
type
-
getType
Card type. Might be used for display purposes- Returns:
- type
-
setType
-
lastFourDigits
-
getLastFourDigits
Last four digits of the credit card. Might be used for display purposes- Returns:
- lastFourDigits
-
setLastFourDigits
-
tokenType
-
getTokenType
Token type (e.g.: emv)- Returns:
- tokenType
-
setTokenType
-
token
-
getToken
The token itself- Returns:
- token
-
setToken
-
issuer
-
getIssuer
Whoever issued the token- Returns:
- issuer
-
setIssuer
-
equals
-
hashCode
public int hashCode() -
toString
-