Stripe::Price::Recurring
Inherits JSON::Serializable < Stripe::Resource < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new(*, interval : Stripe::Price::Interval, interval_count : Int64 = 1, aggregate_usage : Stripe::Price::AggregateUsage | Nil = nil, trial_period_days : Int64 | Nil = nil, meter : Nil | String = nil, usage_type : Stripe::Price::UsageType | Nil = nil)
SourceInstance methods
aggregate_usage
Sourceinterval
Sourceinterval_count
Sourcemeter
Sourcetrial_period_days
Sourceusage_type
Sourceusage_type?
Source