Class RecipientVerification.MatchResultDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.RecipientVerification.MatchResultDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- RecipientVerification
Details for the match result.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The account name associated with the bank account as provided by the VoP provider, only present if there is a match or close match.A message describing the match result.The name associated with the provided recipient.int
hashCode()
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.void
setMessage
(String message) A message describing the match result.void
setProvidedName
(String providedName) The name associated with the provided recipient.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MatchResultDetails
public MatchResultDetails()
-
-
Method Details
-
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
A message describing the match result. -
getProvidedName
The name associated with the provided recipient. -
setMatchedName
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
A message describing the match result. -
setProvidedName
The name associated with the provided recipient. -
equals
-
canEqual
-
hashCode
public int hashCode()
-