CollectConfiguration

data class CollectConfiguration

The CollectConfiguration contains configuration information relevant to collecting a payment method.

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

Constructors

Link copied to clipboard
fun CollectConfiguration(skipTipping: Boolean = false)

Types

Link copied to clipboard
class Builder

Functions

Link copied to clipboard
fun toBuilder(): <ERROR CLASS>

Properties

Link copied to clipboard
var moto: Boolean = false
Link copied to clipboard
val skipTipping: Boolean = false
Link copied to clipboard
val tippingConfiguration: TippingConfiguration? = null
Link copied to clipboard
val updatePaymentIntent: Boolean = false