Class Reader.Action.PrintContent

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

public static class Reader.Action.PrintContent extends StripeObject
Represents a reader action to print content.
  • Constructor Details

    • PrintContent

      public PrintContent()
  • Method Details

    • getImage

      Metadata of an uploaded file.
    • getType

      public String getType()
      The type of content to print. Currently supports image.

      Equal to image.

    • setImage

      public void setImage(Reader.Action.PrintContent.Image image)
      Metadata of an uploaded file.
    • setType

      public void setType(String type)
      The type of content to print. Currently supports image.

      Equal to image.

    • 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