Class TokenCard

java.lang.Object
com.onlinepayments.domain.TokenCard

public class TokenCard extends Object
  • Constructor Details

    • TokenCard

      public TokenCard()
  • Method Details

    • getAlias

      public String getAlias()
      An alias for the token. This can be used to visually represent the token.
    • setAlias

      public void setAlias(String value)
      An alias for the token. This can be used to visually represent the token.
    • withAlias

      public TokenCard withAlias(String value)
      An alias for the token. This can be used to visually represent the token.
    • getData

      public TokenCardData getData()
    • setData

      public void setData(TokenCardData value)
    • withData

      public TokenCard withData(TokenCardData value)