public static class Account.DeclineChargeOn extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
DeclineChargeOn() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getAvsFailure()
Whether Stripe automatically declines charges with an incorrect ZIP or postal code.
|
java.lang.Boolean |
getCvcFailure()
Whether Stripe automatically declines charges with an incorrect CVC.
|
int |
hashCode() |
void |
setAvsFailure(java.lang.Boolean avsFailure)
Whether Stripe automatically declines charges with an incorrect ZIP or postal code.
|
void |
setCvcFailure(java.lang.Boolean cvcFailure)
Whether Stripe automatically declines charges with an incorrect CVC.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.Boolean getAvsFailure()
public java.lang.Boolean getCvcFailure()
public void setAvsFailure(java.lang.Boolean avsFailure)
public void setCvcFailure(java.lang.Boolean cvcFailure)
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