Class TokenizedCardType

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.TokenizedCardType

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class TokenizedCardType extends Object
Details of a tokenized bank card
  • Constructor Details

    • TokenizedCardType

      public TokenizedCardType()
  • Method Details

    • brand

      public TokenizedCardType brand(String brand)
    • getBrand

      public String getBrand()
      Credit card brand. E.g.: Visa, MasterCard, AmericanExpress... Might be used for display purposes
      Returns:
      brand
    • setBrand

      public void setBrand(String brand)
    • type

    • getType

      public TokenizedCardType.TypeEnum getType()
      Card type. Might be used for display purposes
      Returns:
      type
    • setType

      public void setType(TokenizedCardType.TypeEnum type)
    • lastFourDigits

      public TokenizedCardType lastFourDigits(String lastFourDigits)
    • getLastFourDigits

      public String getLastFourDigits()
      Last four digits of the credit card. Might be used for display purposes
      Returns:
      lastFourDigits
    • setLastFourDigits

      public void setLastFourDigits(String lastFourDigits)
    • tokenType

      public TokenizedCardType tokenType(String tokenType)
    • getTokenType

      @NotNull public @NotNull String getTokenType()
      Token type (e.g.: emv)
      Returns:
      tokenType
    • setTokenType

      public void setTokenType(String tokenType)
    • token

      public TokenizedCardType token(String token)
    • getToken

      @NotNull public @NotNull String getToken()
      The token itself
      Returns:
      token
    • setToken

      public void setToken(String token)
    • issuer

      public TokenizedCardType issuer(String issuer)
    • getIssuer

      public String getIssuer()
      Whoever issued the token
      Returns:
      issuer
    • setIssuer

      public void setIssuer(String issuer)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object