Method: Stripe::SubscriptionItem#current_period_end
- Defined in:
- lib/stripe/resources/subscription_item.rb
#current_period_end ⇒ Object (readonly)
The end time of this subscription item’s current billing period.
35 36 37 |
# File 'lib/stripe/resources/subscription_item.rb', line 35 def current_period_end @current_period_end end |