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
For more details about Scope, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Scopepublic Scope()
 
- 
- 
Method Details- 
getTypeThe secret scope type.One of account, oruser.
- 
getUserThe user ID, if type is set to "user".
- 
setTypeThe secret scope type.One of account, oruser.
- 
setUserThe user ID, if type is set to "user".
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-