Class Reader.Action.CollectInputs.Input.Toggle

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Reader.Action.CollectInputs.Input.Toggle
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Reader.Action.CollectInputs.Input

public static class Reader.Action.CollectInputs.Input.Toggle extends StripeObject
Information about an input's toggle.
  • Constructor Details

    • Toggle

      public Toggle()
  • Method Details

    • getDefaultValue

      public String getDefaultValue()
    • getDescription

      public String getDescription()
    • getTitle

      public String getTitle()
    • getValue

      public String getValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • setDescription

      public void setDescription(String description)
    • setTitle

      public void setTitle(String title)
    • setValue

      public void setValue(String value)
    • 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