CreateConfiguration

data class CreateConfiguration(val offlineBehavior: OfflineBehavior = OfflineBehavior.PREFER_ONLINE)

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
constructor(offlineBehavior: OfflineBehavior = OfflineBehavior.PREFER_ONLINE)

Properties

Link copied to clipboard

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