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 email being collected using a reader.static class
Information about a number being collected using a reader.static class
Information about a phone number being collected 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.static class
Information about text being collected using a reader.static class
Information about an input's toggle. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getEmail()
getPhone()
getText()
getType()
int
hashCode()
void
void
void
void
void
setRequired
(Boolean required) void
void
void
setSkipped
(Boolean skipped) void
void
void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
getCustomText
-
getEmail
-
getNumeric
-
getPhone
-
getRequired
-
getSelection
-
getSignature
-
getSkipped
-
getText
-
getToggles
-
getType
-
setCustomText
-
setEmail
-
setNumeric
-
setPhone
-
setRequired
-
setSelection
-
setSignature
-
setSkipped
-
setText
-
setToggles
-
setType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-