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

      public Boolean getEnabled()
    • setAllowedUpdates

      public void setAllowedUpdates(List<String> allowedUpdates)
    • setEnabled

      public void setEnabled(Boolean 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