CollectInputsCustomText

data class CollectInputsCustomText

Customize the text to display on a form. Title is required, all other fields are optional.

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

Types

Link copied to clipboard
class Builder(title: String)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val skipButton: String? = null
Link copied to clipboard
val submitButton: String? = null
Link copied to clipboard
val title: String