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()
Wether the PIN will be accepted or not.
|
int |
hashCode() |
void |
setStatus(java.lang.String status)
Wether the PIN will be accepted or not.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getStatus()
One of `active`, or `blocked`.
public void setStatus(java.lang.String status)
One of `active`, or `blocked`.
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