ReaderInputOptions

class ReaderInputOptions(options: List<ReaderInputOptions.ReaderInputOption>)

The ReaderInputOptions represents the set of ReaderInputOptions currently available to your user.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Constructors

Link copied to clipboard
fun ReaderInputOptions(options: List<ReaderInputOptions.ReaderInputOption>)

Types

Link copied to clipboard
enum ReaderInputOption : Enum<ReaderInputOptions.ReaderInputOption>

A ReaderInputOption represents any of the input methods available to your user when the reader begins waiting for input.

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val options: List<ReaderInputOptions.ReaderInputOption>