Class Session.SavedPaymentMethodOptions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.SavedPaymentMethodOptions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.SavedPaymentMethodOptions extends StripeObject
  • Constructor Details

    • SavedPaymentMethodOptions

      public SavedPaymentMethodOptions()
  • Method Details

    • getAllowRedisplayFilters

      public List<String> getAllowRedisplayFilters()
      Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to allow_redisplay on the payment method.
    • getPaymentMethodSave

      public String getPaymentMethodSave()
      Enable customers to choose if they wish to save their payment method for future use.

      One of disabled, or enabled.

    • setAllowRedisplayFilters

      public void setAllowRedisplayFilters(List<String> allowRedisplayFilters)
      Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to allow_redisplay on the payment method.
    • setPaymentMethodSave

      public void setPaymentMethodSave(String paymentMethodSave)
      Enable customers to choose if they wish to save their payment method for future use.

      One of disabled, or 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