Package com.stripe.model.v2.core
Class Account.Configuration.CardCreator
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.CardCreator
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration
The CardCreator Configuration allows the Account to create and issue cards to users.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Capabilities that have been requested on the CardCreator Configuration. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.Capabilities that have been requested on the CardCreator Configuration.int
hashCode()
void
setApplied
(Boolean applied) Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.void
Capabilities that have been requested on the CardCreator Configuration.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardCreator
public CardCreator()
-
-
Method Details
-
getApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
getCapabilities
Capabilities that have been requested on the CardCreator Configuration. -
setApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
setCapabilities
Capabilities that have been requested on the CardCreator Configuration. -
equals
-
canEqual
-
hashCode
public int hashCode()
-