Class: Stripe::V2::Billing::ServiceActionUpdateParams::CreditGrantPerTenant

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/service_action_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(name: nil) ⇒ CreditGrantPerTenant

Returns a new instance of CreditGrantPerTenant.



21
22
23
# File 'lib/stripe/params/v2/billing/service_action_update_params.rb', line 21

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

Instance Attribute Details

#nameObject

A descriptive name shown in dashboard.



19
20
21
# File 'lib/stripe/params/v2/billing/service_action_update_params.rb', line 19

def name
  @name
end