public static class Card.Pin extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Pin() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getStatus()
The status of the pin.
|
int |
hashCode() |
void |
setStatus(java.lang.String status)
The status of the pin.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
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