Class TokenData

java.lang.Object
com.onlinepayments.domain.TokenData

public class TokenData extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Object containing card details
    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.
    void
    setCard(Card value)
    Object containing card details
    void
    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.
    withCard(Card value)
    Object containing card details
    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 inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TokenData

      public TokenData()
  • Method Details

    • getCard

      public Card getCard()
      Object containing card details
    • setCard

      public void setCard(Card value)
      Object containing card details
    • withCard

      public TokenData withCard(Card value)
      Object containing card details
    • 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 TokenData 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.