Class Configuration.Features.CustomerUpdate

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features.CustomerUpdate
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Configuration.Features

public static class Configuration.Features.CustomerUpdate extends StripeObject
  • Constructor Details

    • CustomerUpdate

      public CustomerUpdate()
  • Method Details

    • getAllowedUpdates

      public List<String> getAllowedUpdates()
      The types of customer updates that are supported. When empty, customers are not updateable.
    • getEnabled

      public Boolean getEnabled()
      Whether the feature is enabled.
    • setAllowedUpdates

      public void setAllowedUpdates(List<String> allowedUpdates)
      The types of customer updates that are supported. When empty, customers are not updateable.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Whether the feature is enabled.
    • 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