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()
      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

      public void setApplied(Boolean applied)
      Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
    • 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