Class TokenCardData

java.lang.Object
com.onlinepayments.domain.TokenCardData

public class TokenCardData extends Object
  • Constructor Details

    • TokenCardData

      public TokenCardData()
  • Method Details

    • getCardWithoutCvv

      public CardWithoutCvv getCardWithoutCvv()
    • setCardWithoutCvv

      public void setCardWithoutCvv(CardWithoutCvv value)
    • withCardWithoutCvv

      public TokenCardData withCardWithoutCvv(CardWithoutCvv value)
    • getCobrandSelectionIndicator

      public String 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

      public void setCobrandSelectionIndicator(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.
    • withCobrandSelectionIndicator

      public 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.