enum

Stripe::PaymentIntent::SetupFutureUsage

Inherits Enum < Comparable < Value < Object

Constants

OffSession = 0

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

OnSession = 1

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

Instance methods

off_session?

Returns true if this enum value equals OffSession

Source
on_session?

Returns true if this enum value equals OnSession

Source