Usage

enum Usage : Enum<StripeIntent.Usage>

See setup_intent.usage and Reusing Cards.

Entries

Link copied to clipboard
OneTime("one_time")
Link copied to clipboard
OffSession("off_session")

Use off_session if your customer may or may not be in your checkout flow.

Link copied to clipboard
OnSession("on_session")

Use on_session if you intend to only reuse the payment method when your customer is present in your checkout flow.

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val code: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int