Class: Stigg::Models::V1::AddonUpdateParams::Charges::PricingModel::PricePeriod::CreditRate
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::AddonUpdateParams::Charges::PricingModel::PricePeriod::CreditRate
- Defined in:
- lib/stigg/models/v1/addon_update_params.rb
Overview
Instance Attribute Summary collapse
-
#amount ⇒ Float
The credit rate amount.
-
#cost_formula ⇒ String?
Optional cost formula expression.
-
#currency_id ⇒ String
The custom currency ID.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Stigg::Internal::Type::BaseModel
Instance Attribute Details
#amount ⇒ Float
The credit rate amount
1512 |
# File 'lib/stigg/models/v1/addon_update_params.rb', line 1512 required :amount, Float |
#cost_formula ⇒ String?
Optional cost formula expression
1524 |
# File 'lib/stigg/models/v1/addon_update_params.rb', line 1524 optional :cost_formula, String, api_name: :costFormula |
#currency_id ⇒ String
The custom currency ID
1518 |
# File 'lib/stigg/models/v1/addon_update_params.rb', line 1518 required :currency_id, String, api_name: :currencyId |