public static class PaymentMethod.Card.Checks extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Checks() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAddressLine1Check()
If a address line1 was provided, results of the check, one of 'pass', 'failed',
'unavailable' or 'unchecked'.
|
java.lang.String |
getAddressPostalCodeCheck()
If a address postal code was provided, results of the check, one of 'pass', 'failed',
'unavailable' or 'unchecked'.
|
java.lang.String |
getCvcCheck()
If a CVC was provided, results of the check, one of 'pass', 'failed', 'unavailable' or
'unchecked'.
|
int |
hashCode() |
void |
setAddressLine1Check(java.lang.String addressLine1Check)
If a address line1 was provided, results of the check, one of 'pass', 'failed',
'unavailable' or 'unchecked'.
|
void |
setAddressPostalCodeCheck(java.lang.String addressPostalCodeCheck)
If a address postal code was provided, results of the check, one of 'pass', 'failed',
'unavailable' or 'unchecked'.
|
void |
setCvcCheck(java.lang.String cvcCheck)
If a CVC was provided, results of the check, one of 'pass', 'failed', 'unavailable' or
'unchecked'.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getAddressLine1Check()
public java.lang.String getAddressPostalCodeCheck()
public java.lang.String getCvcCheck()
public void setAddressLine1Check(java.lang.String addressLine1Check)
public void setAddressPostalCodeCheck(java.lang.String addressPostalCodeCheck)
public void setCvcCheck(java.lang.String cvcCheck)
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