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 1691
|
Instance Attribute Details
#applicable_product_ids ⇒ Array<String>?
1634
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1634
optional :applicable_product_ids, MetronomeSDK::Internal::Type::ArrayOf[String]
|
1639
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1639
optional :applicable_product_tags, MetronomeSDK::Internal::Type::ArrayOf[String]
|
#aws_account_number ⇒ String?
1644
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1644
optional :aws_account_number, String
|
#aws_offer_id ⇒ String?
1649
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1649
optional :aws_offer_id, String
|
#aws_payer_reference_id ⇒ String?
1654
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1654
optional :aws_payer_reference_id, String
|
#ending_before ⇒ Time?
1659
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1659
optional :ending_before, Time, nil?: true
|
#fraction ⇒ Float?
1664
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1664
optional :fraction, Float
|
#gcp_account_id ⇒ String?
1669
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1669
optional :gcp_account_id, String
|
#gcp_offer_id ⇒ String?
1674
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1674
optional :gcp_offer_id, String
|
#netsuite_reseller_id ⇒ String?
1679
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1679
optional :netsuite_reseller_id, String
|
#reseller_contract_value ⇒ Float?
1684
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1684
optional :reseller_contract_value, Float
|
#starting_at ⇒ Time?
1689
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1689
optional :starting_at, Time
|