Class: Stripe::Invoice::CreatePreviewParams::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.



3625
3626
3627
# File 'lib/stripe/resources/invoice.rb', line 3625

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

Instance Attribute Details

#priceObject

ID of a price to remove.



3623
3624
3625
# File 'lib/stripe/resources/invoice.rb', line 3623

def price
  @price
end