Class: MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddResellerRoyalty
Defined Under Namespace
Modules: ResellerType
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(reseller_type:, applicable_product_ids: nil, applicable_product_tags: nil, aws_account_number: nil, aws_offer_id: nil, aws_payer_reference_id: nil, ending_before: nil, fraction: nil, gcp_account_id: nil, gcp_offer_id: nil, netsuite_reseller_id: nil, reseller_contract_value: nil, starting_at: nil) ⇒ Object
constructor
==, #==, #[], 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(reseller_type:, applicable_product_ids: nil, applicable_product_tags: nil, aws_account_number: nil, aws_offer_id: nil, aws_payer_reference_id: nil, ending_before: nil, fraction: nil, gcp_account_id: nil, gcp_offer_id: nil, netsuite_reseller_id: nil, reseller_contract_value: nil, starting_at: nil) ⇒ Object
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1690
|
Instance Attribute Details
#applicable_product_ids ⇒ Array<String>?
1633
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1633
optional :applicable_product_ids, MetronomeSDK::Internal::Type::ArrayOf[String]
|
1638
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1638
optional :applicable_product_tags, MetronomeSDK::Internal::Type::ArrayOf[String]
|
#aws_account_number ⇒ String?
1643
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1643
optional :aws_account_number, String
|
#aws_offer_id ⇒ String?
1648
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1648
optional :aws_offer_id, String
|
#aws_payer_reference_id ⇒ String?
1653
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1653
optional :aws_payer_reference_id, String
|
#ending_before ⇒ Time?
1658
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1658
optional :ending_before, Time, nil?: true
|
#fraction ⇒ Float?
1663
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1663
optional :fraction, Float
|
#gcp_account_id ⇒ String?
1668
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1668
optional :gcp_account_id, String
|
#gcp_offer_id ⇒ String?
1673
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1673
optional :gcp_offer_id, String
|
#netsuite_reseller_id ⇒ String?
1678
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1678
optional :netsuite_reseller_id, String
|
#reseller_contract_value ⇒ Float?
1683
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1683
optional :reseller_contract_value, Float
|
#starting_at ⇒ Time?
1688
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1688
optional :starting_at, Time
|