Package com.stripe.model.terminal
Class Reader.Action.CollectInputs.Input
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Reader.Action.CollectInputs.Input
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Reader.Action.CollectInputs
Represents an input to be collected using the reader.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents custom text to be displayed when collecting the input using a reader.static class
Information about a selection being collected using a reader.static class
Information about a signature being collected using a reader. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
void
setRequired
(Boolean required) void
void
void
setSkipped
(Boolean skipped) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Input
public Input()
-
-
Method Details