Class Account.DeclineChargeOn

    • Constructor Detail

      • DeclineChargeOn

        public DeclineChargeOn()
    • Method Detail

      • getAvsFailure

        public java.lang.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 java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object