Class Token.NetworkData.WalletProvider

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

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

    • WalletProvider

      public WalletProvider()
  • Method Details

    • getAccountId

      public String getAccountId()
    • getAccountTrustScore

      public Long getAccountTrustScore()
    • getCardNumberSource

      public String getCardNumberSource()
    • getCardholderAddress

    • getCardholderName

      public String getCardholderName()
    • getDeviceTrustScore

      public Long getDeviceTrustScore()
    • getHashedAccountEmailAddress

      public String getHashedAccountEmailAddress()
    • getReasonCodes

      public List<String> getReasonCodes()
    • getSuggestedDecision

      public String getSuggestedDecision()
    • getSuggestedDecisionVersion

      public String getSuggestedDecisionVersion()
    • setAccountId

      public void setAccountId(String accountId)
    • setAccountTrustScore

      public void setAccountTrustScore(Long accountTrustScore)
    • setCardNumberSource

      public void setCardNumberSource(String cardNumberSource)
    • setCardholderAddress

      public void setCardholderAddress(Token.NetworkData.WalletProvider.CardholderAddress cardholderAddress)
    • setCardholderName

      public void setCardholderName(String cardholderName)
    • setDeviceTrustScore

      public void setDeviceTrustScore(Long deviceTrustScore)
    • setHashedAccountEmailAddress

      public void setHashedAccountEmailAddress(String hashedAccountEmailAddress)
    • setReasonCodes

      public void setReasonCodes(List<String> reasonCodes)
    • setSuggestedDecision

      public void setSuggestedDecision(String suggestedDecision)
    • setSuggestedDecisionVersion

      public void setSuggestedDecisionVersion(String suggestedDecisionVersion)
    • 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