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

    • getValue

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