enum

Stripe::Price::Interval

Inherits Enum < Comparable < Value < Object

Constants

Day = 0
Week = 1
Month = 2
Year = 3

Instance methods

day?

Returns true if this enum value equals Day

Source
month?

Returns true if this enum value equals Month

Source
week?

Returns true if this enum value equals Week

Source
year?

Returns true if this enum value equals Year

Source