enum

Stripe::PaymentMethod::AllowRedisplay

Inherits Enum < Comparable < Value < Object

Constants

Always = 0
Limited = 1
Unspecified = 2

Instance methods

always?

Returns true if this enum value equals Always

Source
limited?

Returns true if this enum value equals Limited

Source
unspecified?

Returns true if this enum value equals Unspecified

Source