Class: Stripe::V2::Billing::ContractUpdateParams::PricingLineAction::Remove

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/contract_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(id: nil) ⇒ Remove

Returns a new instance of Remove.



145
146
147
# File 'lib/stripe/params/v2/billing/contract_update_params.rb', line 145

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

Instance Attribute Details

#idObject

The ID of the pricing line to remove.



143
144
145
# File 'lib/stripe/params/v2/billing/contract_update_params.rb', line 143

def id
  @id
end