Class Session.CustomField.Numeric

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

public static class Session.CustomField.Numeric extends StripeObject
  • Constructor Details

    • Numeric

      public Numeric()
  • Method Details

    • getDefaultValue

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

      public Long getMaximumLength()
      The maximum character length constraint for the customer's input.
    • getMinimumLength

      public Long getMinimumLength()
      The minimum character length requirement for the customer's input.
    • getValue

      public String getValue()
      The value entered by the customer, containing only digits.
    • setDefaultValue

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

      public void setMaximumLength(Long maximumLength)
      The maximum character length constraint for the customer's input.
    • setMinimumLength

      public void setMinimumLength(Long minimumLength)
      The minimum character length requirement for the customer's input.
    • setValue

      public void setValue(String value)
      The value entered by the customer, containing only digits.
    • 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