Class Account.Settings.Dashboard

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

public static class Account.Settings.Dashboard extends StripeObject
Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.
  • Constructor Details

    • Dashboard

      public Dashboard()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.
    • getTimezone

      public String getTimezone()
      The timezone used in the Stripe Dashboard for this account. A list of possible time zone values is maintained at the IANA Time Zone Database.
    • setDisplayName

      public void setDisplayName(String displayName)
      The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.
    • setTimezone

      public void setTimezone(String timezone)
      The timezone used in the Stripe Dashboard for this account. A list of possible time zone values is maintained at the IANA Time Zone Database.
    • 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