Uses of Class
com.onlinepayments.domain.TokenCardData
Packages that use TokenCardData
-
Uses of TokenCardData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return TokenCardDataModifier and TypeMethodDescriptionTokenCard.getData()TokenCardData.withCardWithoutCvv(CardWithoutCvv value) TokenCardData.withCobrandSelectionIndicator(String 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.Methods in com.onlinepayments.domain with parameters of type TokenCardDataModifier and TypeMethodDescriptionvoidTokenCard.setData(TokenCardData value) TokenCard.withData(TokenCardData value)