Class: MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateScheduledCharge
- Inherits:
-
Internal::Type::BaseModel
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
Defined Under Namespace
Classes: InvoiceSchedule
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(id:, invoice_schedule: nil, name: nil, netsuite_sales_order_id: nil) ⇒ Object
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3906
|
Instance Attribute Details
#id ⇒ String
3888
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3888
required :id, String
|
3893
3894
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3893
optional :invoice_schedule,
-> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateScheduledCharge::InvoiceSchedule }
|
#name ⇒ String?
3899
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3899
optional :name, String
|
#netsuite_sales_order_id ⇒ String?
3904
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3904
optional :netsuite_sales_order_id, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
3780
|
# File 'sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs', line 3780
def to_hash: -> {
|