SetupIntentParameters

class SetupIntentParameters

Parameters used for the creation of a new SetupIntent.

To create an instance of this class, use the SetupIntentParameters.Builder

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customer: String?
Link copied to clipboard
val description: String?
Link copied to clipboard
val metadata: Map<String, String>?
Link copied to clipboard
val onBehalfOf: String?
Link copied to clipboard
val usage: String?