Package com.stripe.model
Class TaxId.Verification
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.TaxId.Verification
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- TaxId
public static class TaxId.Verification extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Verification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetStatus()java.lang.StringgetVerifiedAddress()java.lang.StringgetVerifiedName()inthashCode()voidsetStatus(java.lang.String status)voidsetVerifiedAddress(java.lang.String verifiedAddress)voidsetVerifiedName(java.lang.String verifiedName)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
-
getVerifiedAddress
public java.lang.String getVerifiedAddress()
-
getVerifiedName
public java.lang.String getVerifiedName()
-
setStatus
public void setStatus(java.lang.String status)
-
setVerifiedAddress
public void setVerifiedAddress(java.lang.String verifiedAddress)
-
setVerifiedName
public void setVerifiedName(java.lang.String verifiedName)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-