Package com.stripe.model
Class Account.DeclineChargeOn
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.DeclineChargeOn
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Account
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether Stripe automatically declines charges with an incorrect ZIP or postal code.Whether Stripe automatically declines charges with an incorrect CVC.int
hashCode()
void
setAvsFailure
(Boolean avsFailure) Whether Stripe automatically declines charges with an incorrect ZIP or postal code.void
setCvcFailure
(Boolean cvcFailure) Whether Stripe automatically declines charges with an incorrect CVC.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DeclineChargeOn
public DeclineChargeOn()
-
-
Method Details
-
getAvsFailure
Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification. -
getCvcFailure
Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification. -
setAvsFailure
Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification. -
setCvcFailure
Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification. -
equals
-
canEqual
-
hashCode
public int hashCode()
-