Class: MetronomeSDK::Models::UpdateBaseThresholdCommit
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::UpdateBaseThresholdCommit
- Defined in:
- lib/metronome_sdk/models/update_base_threshold_commit.rb
Direct Known Subclasses
PrepaidBalanceThresholdConfigurationV2::Commit, V2::ContractEditParams::UpdatePrepaidBalanceThresholdConfiguration::Commit, V2::ContractGetEditHistoryResponse::Data::UpdatePrepaidBalanceThresholdConfiguration::Commit
Instance Attribute Summary collapse
- #description ⇒ String?
-
#name ⇒ String?
Specify the name of the line item for the threshold charge.
-
#product_id ⇒ String?
The commit product that will be used to generate the line item for commit payment.
Instance Method Summary collapse
-
#initialize(description: nil, name: nil, product_id: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see UpdateBaseThresholdCommit for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(description: nil, name: nil, product_id: nil) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::UpdateBaseThresholdCommit for more details.
|
|
# File 'lib/metronome_sdk/models/update_base_threshold_commit.rb', line 25
|
Instance Attribute Details
#description ⇒ String?
9 |
# File 'lib/metronome_sdk/models/update_base_threshold_commit.rb', line 9 optional :description, String |
#name ⇒ String?
Specify the name of the line item for the threshold charge. If left blank, it will default to the commit product name.
16 |
# File 'lib/metronome_sdk/models/update_base_threshold_commit.rb', line 16 optional :name, String |
#product_id ⇒ String?
The commit product that will be used to generate the line item for commit payment.
23 |
# File 'lib/metronome_sdk/models/update_base_threshold_commit.rb', line 23 optional :product_id, String |