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:
HasId, StripeObjectInterface
Enclosing class:
Reader.Action.CollectInputs.Input.Selection

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

    • Choice

      public Choice()
  • Method Details

    • getStyle

      public String getStyle()
    • getText

      public String getText()
    • setId

      public void setId(String id)
    • setStyle

      public void setStyle(String style)
    • setText

      public void setText(String text)
    • 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
    • getId

      public String getId()
      Specified by:
      getId in interface HasId