Class Token.NetworkData.Visa

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Token.NetworkData.Visa
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Token.NetworkData

public static class Token.NetworkData.Visa extends StripeObject
  • Constructor Details

    • Visa

      public Visa()
  • Method Details

    • getCardReferenceId

      public String getCardReferenceId()
      A unique reference ID from Visa to represent the card account number.
    • getTokenReferenceId

      public String getTokenReferenceId()
      The network-unique identifier for the token.
    • getTokenRequestorId

      public String getTokenRequestorId()
      The ID of the entity requesting tokenization, specific to Visa.
    • getTokenRiskScore

      public String getTokenRiskScore()
      Degree of risk associated with the token between 01 and 99, with higher number indicating higher risk. A 00 value indicates the token was not scored by Visa.
    • setCardReferenceId

      public void setCardReferenceId(String cardReferenceId)
      A unique reference ID from Visa to represent the card account number.
    • setTokenReferenceId

      public void setTokenReferenceId(String tokenReferenceId)
      The network-unique identifier for the token.
    • setTokenRequestorId

      public void setTokenRequestorId(String tokenRequestorId)
      The ID of the entity requesting tokenization, specific to Visa.
    • setTokenRiskScore

      public void setTokenRiskScore(String tokenRiskScore)
      Degree of risk associated with the token between 01 and 99, with higher number indicating higher risk. A 00 value indicates the token was not scored by Visa.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object