EmailInput

data class EmailInput : Input

EmailInput contains information about a email form to display on the reader

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

Types

Link copied to clipboard
class Builder(val title: String)

Set the title of the form

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
open override val required: Boolean
Link copied to clipboard
val skipButtonText: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard