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

public static class Account.Configuration.CardCreator extends StripeObject
The CardCreator Configuration allows the Account to create and issue cards to users.
  • Constructor Details

    • CardCreator

      public CardCreator()
  • Method Details

    • getApplied

      public Boolean 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

      public void setApplied(Boolean applied)
      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

      public void setCapabilities(Account.Configuration.CardCreator.Capabilities capabilities)
      Capabilities that have been requested on the CardCreator Configuration.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object