Class: MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit
- Defined in:
- lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb
Defined Under Namespace
Modules: Proration, RateType, RecurrenceFrequency Classes: AccessAmount, CommitDuration, Contract, InvoiceAmount, Product
Instance Attribute Summary collapse
-
#access_amount ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::AccessAmount
The amount of commit to grant.
-
#applicable_product_ids ⇒ Array<String>?
Will be passed down to the individual commits.
-
#applicable_product_tags ⇒ Array<String>?
Will be passed down to the individual commits.
-
#commit_duration ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::CommitDuration
The amount of time the created commits will be valid for.
- #contract ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::Contract?
-
#description ⇒ String?
Will be passed down to the individual commits.
-
#ending_before ⇒ Time?
Determines when the contract will stop creating recurring commits.
-
#hierarchy_configuration ⇒ MetronomeSDK::Models::CommitHierarchyConfiguration?
Optional configuration for recurring credit hierarchy access control.
- #id ⇒ String
-
#invoice_amount ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::InvoiceAmount?
The amount the customer should be billed for the commit.
-
#name ⇒ String?
Displayed on invoices.
-
#netsuite_sales_order_id ⇒ String?
Will be passed down to the individual commits.
-
#priority ⇒ Float
Will be passed down to the individual commits.
- #product ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::Product
-
#proration ⇒ Symbol, ...
Determines whether the first and last commit will be prorated.
-
#rate_type ⇒ Symbol, MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::RateType
Whether the created commits will use the commit rate or list rate.
-
#recurrence_frequency ⇒ Symbol, ...
The frequency at which the recurring commits will be created.
-
#rollover_fraction ⇒ Float?
Will be passed down to the individual commits.
-
#specifiers ⇒ Array<MetronomeSDK::Models::CommitSpecifier>?
List of filters that determine what kind of customer usage draws down a commit or credit.
-
#starting_at ⇒ Time
Determines the start time for the first commit.
-
#subscription_config ⇒ MetronomeSDK::Models::RecurringCommitSubscriptionConfig?
Attach a subscription to the recurring commit/credit.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(credit_type_id: , quantity: , unit_price: ) ⇒ Object
constructor
The amount the customer should be billed for the commit.
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(credit_type_id: , quantity: , unit_price: ) ⇒ Object
The amount the customer should be billed for the commit. Not required.
|
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1081
|
Instance Attribute Details
#access_amount ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::AccessAmount
The amount of commit to grant.
950 951 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 950 required :access_amount, -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::AccessAmount } |
#applicable_product_ids ⇒ Array<String>?
Will be passed down to the individual commits
989 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 989 optional :applicable_product_ids, MetronomeSDK::Internal::Type::ArrayOf[String] |
#applicable_product_tags ⇒ Array<String>?
Will be passed down to the individual commits
995 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 995 optional :applicable_product_tags, MetronomeSDK::Internal::Type::ArrayOf[String] |
#commit_duration ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::CommitDuration
The amount of time the created commits will be valid for
957 958 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 957 required :commit_duration, -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::CommitDuration } |
#contract ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::Contract?
1000 1001 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1000 optional :contract, -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::Contract } |
#description ⇒ String?
Will be passed down to the individual commits
1007 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1007 optional :description, String |
#ending_before ⇒ Time?
Determines when the contract will stop creating recurring commits. Optional
1013 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1013 optional :ending_before, Time |
#hierarchy_configuration ⇒ MetronomeSDK::Models::CommitHierarchyConfiguration?
Optional configuration for recurring credit hierarchy access control
1019 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1019 optional :hierarchy_configuration, -> { MetronomeSDK::CommitHierarchyConfiguration } |
#id ⇒ String
944 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 944 required :id, String |
#invoice_amount ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::InvoiceAmount?
The amount the customer should be billed for the commit. Not required.
1025 1026 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1025 optional :invoice_amount, -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::InvoiceAmount } |
#name ⇒ String?
Displayed on invoices. Will be passed through to the individual commits
1032 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1032 optional :name, String |
#netsuite_sales_order_id ⇒ String?
Will be passed down to the individual commits
1038 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1038 optional :netsuite_sales_order_id, String |
#priority ⇒ Float
Will be passed down to the individual commits
964 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 964 required :priority, Float |
#product ⇒ MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::Product
969 970 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 969 required :product, -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::Product } |
#proration ⇒ Symbol, ...
Determines whether the first and last commit will be prorated. If not provided, the default is FIRST_AND_LAST (i.e. prorate both the first and last commits).
1045 1046 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1045 optional :proration, enum: -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::Proration } |
#rate_type ⇒ Symbol, MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::RateType
Whether the created commits will use the commit rate or list rate
976 977 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 976 required :rate_type, enum: -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::RateType } |
#recurrence_frequency ⇒ Symbol, ...
The frequency at which the recurring commits will be created. If not provided: - The commits will be created on the usage invoice frequency. If provided: - The period defined in the duration will correspond to this frequency. - Commits will be created aligned with the recurring commit’s starting_at rather than the usage invoice dates.
1056 1057 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1056 optional :recurrence_frequency, enum: -> { MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::AddRecurringCommit::RecurrenceFrequency } |
#rollover_fraction ⇒ Float?
Will be passed down to the individual commits. This controls how much of an individual unexpired commit will roll over upon contract transition. Must be between 0 and 1.
1065 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1065 optional :rollover_fraction, Float |
#specifiers ⇒ Array<MetronomeSDK::Models::CommitSpecifier>?
List of filters that determine what kind of customer usage draws down a commit or credit. A customer’s usage needs to meet the condition of at least one of the specifiers to contribute to a commit’s or credit’s drawdown.
1073 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1073 optional :specifiers, -> { MetronomeSDK::Internal::Type::ArrayOf[MetronomeSDK::CommitSpecifier] } |
#starting_at ⇒ Time
Determines the start time for the first commit
983 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 983 required :starting_at, Time |
#subscription_config ⇒ MetronomeSDK::Models::RecurringCommitSubscriptionConfig?
Attach a subscription to the recurring commit/credit.
1079 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1079 optional :subscription_config, -> { MetronomeSDK::RecurringCommitSubscriptionConfig } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 1178
|