Class: Stripe::Invoice::UpcomingParams::ScheduleDetails::Amendment::ItemAction::Remove
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Invoice::UpcomingParams::ScheduleDetails::Amendment::ItemAction::Remove
- Defined in:
- lib/stripe/resources/invoice.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.
2454 2455 2456 |
# File 'lib/stripe/resources/invoice.rb', line 2454 def initialize(price: nil) @price = price end |
Instance Attribute Details
#price ⇒ Object
ID of a price to remove.
2452 2453 2454 |
# File 'lib/stripe/resources/invoice.rb', line 2452 def price @price end |