Class Reader.Action.CollectInputs.Input.CustomText

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

public static class Reader.Action.CollectInputs.Input.CustomText extends StripeObject
Represents custom text to be displayed when collecting the input using a reader.
  • Constructor Details

    • CustomText

      public CustomText()
  • Method Details

    • getDescription

      public String getDescription()
    • getSkipButton

      public String getSkipButton()
    • getSubmitButton

      public String getSubmitButton()
    • getTitle

      public String getTitle()
    • setDescription

      public void setDescription(String description)
    • setSkipButton

      public void setSkipButton(String skipButton)
    • setSubmitButton

      public void setSubmitButton(String submitButton)
    • setTitle

      public void setTitle(String title)
    • 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