Class Account.DeclineChargeOn

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.DeclineChargeOn
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account

public static class Account.DeclineChargeOn extends StripeObject
  • Constructor Details

    • DeclineChargeOn

      public DeclineChargeOn()
  • Method Details

    • getAvsFailure

      public Boolean 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

      public Boolean 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

      public void setAvsFailure(Boolean avsFailure)
      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

      public void setCvcFailure(Boolean cvcFailure)
      Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object