Package com.stripe.model
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
Whether Stripe automatically declines charges with an incorrect CVC. This setting only
applies when a CVC is provided and it fails bank verification.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The display name for this account.The timezone used in the Stripe Dashboard for this account.int
hashCode()
void
setDisplayName
(String displayName) The display name for this account.void
setTimezone
(String timezone) The timezone used in the Stripe Dashboard for this account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Dashboard
public Dashboard()
-
-
Method Details
-
getDisplayName
The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts. -
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
The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts. -
setTimezone
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
-
canEqual
-
hashCode
public int hashCode()
-