enum

Stripe::SetupIntent::Usage

Inherits Enum < Comparable < Value < Object

Constants

OffSession = 0
OnSession = 1

Instance methods

off_session?

Returns true if this enum value equals OffSession

Source
on_session?

Returns true if this enum value equals OnSession

Source