Class CustomerSession.Components.CustomerSheet.Features

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components.CustomerSheet.Features
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
CustomerSession.Components.CustomerSheet

public static class CustomerSession.Components.CustomerSheet.Features extends StripeObject
This hash contains the features the customer sheet supports.
  • Constructor Details

    • Features

      public Features()
  • Method Details

    • getPaymentMethodAllowRedisplayFilters

      public List<String> getPaymentMethodAllowRedisplayFilters()
    • getPaymentMethodRemove

      public String getPaymentMethodRemove()
    • setPaymentMethodAllowRedisplayFilters

      public void setPaymentMethodAllowRedisplayFilters(List<String> paymentMethodAllowRedisplayFilters)
    • setPaymentMethodRemove

      public void setPaymentMethodRemove(String paymentMethodRemove)
    • 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