Class: Stripe::Invoice::UpcomingParams::ScheduleDetails::Amendment::ItemAction::Remove

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/invoice.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(price: nil) ⇒ Remove

Returns a new instance of Remove.



2825
2826
2827
# File 'lib/stripe/resources/invoice.rb', line 2825

def initialize(price: nil)
  @price = price
end

Instance Attribute Details

#priceObject

ID of a price to remove.



2823
2824
2825
# File 'lib/stripe/resources/invoice.rb', line 2823

def price
  @price
end