CreateConfiguration

data class CreateConfiguration(offlineBehavior: OfflineBehavior)

The CreateConfiguration contains configuration information relevant to creating 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 CreateConfiguration(offlineBehavior: OfflineBehavior = OfflineBehavior.PREFER_ONLINE)

Properties

Link copied to clipboard
val offlineBehavior: OfflineBehavior

The OfflineBehavior allows you to configure how the Terminal SDK should handle the specified PaymentIntent while unable to reach stripe.com.