Class: MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateScheduledCharge::InvoiceSchedule::UpdateScheduleItem
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateScheduledCharge::InvoiceSchedule::UpdateScheduleItem
show all
- Defined in:
- lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb,
sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
3901
|
# File 'sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs', line 3901
def initialize: (
|
Instance Attribute Details
#amount ⇒ Float?
3996
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3996
optional :amount, Float
|
#id ⇒ String
3991
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3991
required :id, String
|
#quantity ⇒ Float?
4001
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 4001
optional :quantity, Float
|
#timestamp ⇒ Time?
4006
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 4006
optional :timestamp, Time
|
#unit_price ⇒ Float?
4011
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 4011
optional :unit_price, Float
|
Instance Method Details
#to_hash ⇒ {
3909
|
# File 'sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs', line 3909
def to_hash: -> {
|