Class Reader.Action.CollectInputs.Input.Selection.Choice

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

public static class Reader.Action.CollectInputs.Input.Selection.Choice extends StripeObject
Choice to be selected on a Reader.
  • Constructor Details

    • Choice

      public Choice()
  • Method Details

    • getStyle

      public String getStyle()
    • getValue

      public String getValue()
    • setStyle

      public void setStyle(String style)
    • 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