Class RecipientVerification.MatchResultDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.RecipientVerification.MatchResultDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
RecipientVerification

public static class RecipientVerification.MatchResultDetails extends StripeObject
Details for the match result.
  • Constructor Details

    • MatchResultDetails

      public MatchResultDetails()
  • Method Details

    • getMatchedName

      public String getMatchedName()
      The account name associated with the bank account as provided by the VoP provider, only present if there is a match or close match.
    • getMessage

      public String getMessage()
      A message describing the match result.
    • getProvidedName

      public String getProvidedName()
      The name associated with the provided recipient.
    • setMatchedName

      public void setMatchedName(String matchedName)
      The account name associated with the bank account as provided by the VoP provider, only present if there is a match or close match.
    • setMessage

      public void setMessage(String message)
      A message describing the match result.
    • setProvidedName

      public void setProvidedName(String providedName)
      The name associated with the provided recipient.
    • 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