Class: Stripe::SubscriptionSchedule::AmendParams::Amendment::ItemAction::Remove
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SubscriptionSchedule::AmendParams::Amendment::ItemAction::Remove
- Defined in:
- lib/stripe/resources/subscription_schedule.rb
Instance Attribute Summary collapse
-
#price ⇒ Object
ID of a price to remove.
Instance Method Summary collapse
-
#initialize(price: nil) ⇒ Remove
constructor
A new instance of Remove.
Methods inherited from RequestParams
Constructor Details
#initialize(price: nil) ⇒ Remove
Returns a new instance of Remove.
2005 2006 2007 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 2005 def initialize(price: nil) @price = price end |
Instance Attribute Details
#price ⇒ Object
ID of a price to remove.
2003 2004 2005 |
# File 'lib/stripe/resources/subscription_schedule.rb', line 2003 def price @price end |