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 classCapabilities 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 booleanbooleanIndicates whether the card_creator configuration is active.Capabilities that have been requested on the CardCreator Configuration.inthashCode()voidsetApplied(Boolean applied) Indicates whether the card_creator configuration is active.voidCapabilities 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
Indicates whether the card_creator configuration is active. You can deactivate or reactivate the card_creator configuration by updating this property. Deactivating the configuration by setting this value to false will unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties. -
getCapabilities
Capabilities that have been requested on the CardCreator Configuration. -
setApplied
Indicates whether the card_creator configuration is active. You can deactivate or reactivate the card_creator configuration by updating this property. Deactivating the configuration by setting this value to false will unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties. -
setCapabilities
Capabilities that have been requested on the CardCreator Configuration. -
equals
-
canEqual
-
hashCode
public int hashCode()
-