Package com.stripe.model.apps
Class Secret.Scope
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.apps.Secret.Scope
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Secret
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Scope
public Scope()
-
-
Method Details
-
getType
The secret scope type.One of
account
, oruser
. -
getUser
The user ID, if type is set to "user". -
setType
The secret scope type.One of
account
, oruser
. -
setUser
The user ID, if type is set to "user". -
equals
-
canEqual
-
hashCode
public int hashCode()
-