Package com.onlinepayments.domain
Class TokenCardData
java.lang.Object
com.onlinepayments.domain.TokenCardData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor 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.voidsetCardWithoutCvv(CardWithoutCvv value) voidFor 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.withCardWithoutCvv(CardWithoutCvv value) 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.
-
Constructor Details
-
TokenCardData
public TokenCardData()
-
-
Method Details
-
getCardWithoutCvv
-
setCardWithoutCvv
-
withCardWithoutCvv
-
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.
-