Class: Stripe::V2::Billing::ServiceActionUpdateParams::CreditGrantPerTenant
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ServiceActionUpdateParams::CreditGrantPerTenant
- Defined in:
- lib/stripe/params/v2/billing/service_action_update_params.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
A descriptive name shown in dashboard.
Instance Method Summary collapse
-
#initialize(name: nil) ⇒ CreditGrantPerTenant
constructor
A new instance of CreditGrantPerTenant.
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
#name ⇒ Object
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 |