Package com.onlinepayments.domain
Class TokenData
java.lang.Object
com.onlinepayments.domain.TokenData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()Object containing card detailsFor cobranded cards, this field indicates the brand selection method: default - The holder implicitly accepted the default brand. alternative - The holder explicitly selected an alternative brand. notApplicable - The card is not cobranded.voidObject containing card detailsvoidFor cobranded cards, this field indicates the brand selection method: default - The holder implicitly accepted the default brand. alternative - The holder explicitly selected an alternative brand. notApplicable - The card is not cobranded.Object containing card detailsFor cobranded cards, this field indicates the brand selection method: default - The holder implicitly accepted the default brand. alternative - The holder explicitly selected an alternative brand. notApplicable - The card is not cobranded.
-
Constructor Details
-
TokenData
public TokenData()
-
-
Method Details
-
getCard
Object containing card details -
setCard
Object containing card details -
withCard
Object containing card details -
getCobrandSelectionIndicator
For cobranded cards, this field indicates the brand selection method:- default - The holder implicitly accepted the default brand.
- alternative - The holder explicitly selected an alternative brand.
- notApplicable - The card is not cobranded.
-
setCobrandSelectionIndicator
For cobranded cards, this field indicates the brand selection method:- default - The holder implicitly accepted the default brand.
- alternative - The holder explicitly selected an alternative brand.
- notApplicable - The card is not cobranded.
-
withCobrandSelectionIndicator
For cobranded cards, this field indicates the brand selection method:- default - The holder implicitly accepted the default brand.
- alternative - The holder explicitly selected an alternative brand.
- notApplicable - The card is not cobranded.
-