public static class Account.Company.Verification extends StripeObject
Modifier and Type | Class and Description |
---|---|
static class |
Account.Company.Verification.VerificationDocument |
PRETTY_PRINT_GSON
Constructor and Description |
---|
Verification() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Account.Company.Verification.VerificationDocument |
getDocument() |
int |
hashCode() |
void |
setDocument(Account.Company.Verification.VerificationDocument document) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public Account.Company.Verification.VerificationDocument getDocument()
public void setDocument(Account.Company.Verification.VerificationDocument document)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object