Package com.stripe.model
Class Account.Controller.Dashboard
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Controller.Dashboard
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Controller
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
Whether this account has access to the full Stripe dashboard (full
), to the Express dashboard (express
), or to no dashboard (none
).int
hashCode()
void
Whether this account has access to the full Stripe dashboard (full
), to the Express dashboard (express
), or to no dashboard (none
).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Dashboard
public Dashboard()
-
-
Method Details
-
getType
Whether this account has access to the full Stripe dashboard (full
), to the Express dashboard (express
), or to no dashboard (none
).One of
express
,full
, ornone
. -
setType
Whether this account has access to the full Stripe dashboard (full
), to the Express dashboard (express
), or to no dashboard (none
).One of
express
,full
, ornone
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-