Class PaymentLink.CustomField.Dropdown

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.CustomField.Dropdown
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentLink.CustomField

public static class PaymentLink.CustomField.Dropdown extends StripeObject
For more details about Dropdown, please refer to the API Reference.
  • Constructor Details

    • Dropdown

      public Dropdown()
  • Method Details

    • getDefaultValue

      public String getDefaultValue()
      The value that will pre-fill on the payment page.
    • getOptions

      The options available for the customer to select. Up to 200 options allowed.
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      The value that will pre-fill on the payment page.
    • setOptions

      public void setOptions(List<PaymentLink.CustomField.Dropdown.Option> options)
      The options available for the customer to select. Up to 200 options allowed.
    • 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