Class: MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCommit
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCommit
- Defined in:
- lib/metronome_sdk/models/v2/contract_edit_params.rb
Defined Under Namespace
Modules: Proration, RateType, RecurrenceFrequency Classes: AccessAmount, CommitDuration, InvoiceAmount, SubscriptionConfig
Instance Attribute Summary collapse
-
#access_amount ⇒ MetronomeSDK::Models::V2::ContractEditParams::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::ContractEditParams::AddRecurringCommit::CommitDuration
Defines the length of the access schedule for each created commit/credit.
-
#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.
-
#invoice_amount ⇒ MetronomeSDK::Models::V2::ContractEditParams::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_id ⇒ String
-
#proration ⇒ Symbol, ...
Determines whether the first and last commit will be prorated.
-
#rate_type ⇒ Symbol, ...
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::CommitSpecifierInput>?
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::V2::ContractEditParams::AddRecurringCommit::SubscriptionConfig?
Attach a subscription to the recurring commit/credit.
-
#temporary_id ⇒ String?
A temporary ID that can be used to reference the recurring commit for commit specific overrides.
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_edit_params.rb', line 1938
|
Instance Attribute Details
#access_amount ⇒ MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCommit::AccessAmount
The amount of commit to grant.
1806 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1806 required :access_amount, -> { MetronomeSDK::V2::ContractEditParams::AddRecurringCommit::AccessAmount } |
#applicable_product_ids ⇒ Array<String>?
Will be passed down to the individual commits
1837 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1837 optional :applicable_product_ids, MetronomeSDK::Internal::Type::ArrayOf[String] |
#applicable_product_tags ⇒ Array<String>?
Will be passed down to the individual commits
1843 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1843 optional :applicable_product_tags, MetronomeSDK::Internal::Type::ArrayOf[String] |
#commit_duration ⇒ MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCommit::CommitDuration
Defines the length of the access schedule for each created commit/credit. The value represents the number of units. Unit defaults to “PERIODS”, where the length of a period is determined by the recurrence_frequency.
1814 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1814 required :commit_duration, -> { MetronomeSDK::V2::ContractEditParams::AddRecurringCommit::CommitDuration } |
#description ⇒ String?
Will be passed down to the individual commits
1849 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1849 optional :description, String |
#ending_before ⇒ Time?
Determines when the contract will stop creating recurring commits. optional
1855 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1855 optional :ending_before, Time |
#hierarchy_configuration ⇒ MetronomeSDK::Models::CommitHierarchyConfiguration?
Optional configuration for recurring credit hierarchy access control
1861 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1861 optional :hierarchy_configuration, -> { MetronomeSDK::CommitHierarchyConfiguration } |
#invoice_amount ⇒ MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCommit::InvoiceAmount?
The amount the customer should be billed for the commit. Not required.
1867 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1867 optional :invoice_amount, -> { MetronomeSDK::V2::ContractEditParams::AddRecurringCommit::InvoiceAmount } |
#name ⇒ String?
displayed on invoices. will be passed through to the individual commits
1873 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1873 optional :name, String |
#netsuite_sales_order_id ⇒ String?
Will be passed down to the individual commits
1879 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1879 optional :netsuite_sales_order_id, String |
#priority ⇒ Float
Will be passed down to the individual commits
1820 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1820 required :priority, Float |
#product_id ⇒ String
1825 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1825 required :product_id, String |
#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).
1886 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1886 optional :proration, enum: -> { MetronomeSDK::V2::ContractEditParams::AddRecurringCommit::Proration } |
#rate_type ⇒ Symbol, ...
Whether the created commits will use the commit rate or list rate
1892 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1892 optional :rate_type, enum: -> { MetronomeSDK::V2::ContractEditParams::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.
1902 1903 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1902 optional :recurrence_frequency, enum: -> { MetronomeSDK::V2::ContractEditParams::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.
1911 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1911 optional :rollover_fraction, Float |
#specifiers ⇒ Array<MetronomeSDK::Models::CommitSpecifierInput>?
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. This field cannot be used together with ‘applicable_product_ids` or `applicable_product_tags`. Instead, to target usage by product or product tag, pass those values in the body of `specifiers`.
1922 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1922 optional :specifiers, -> { MetronomeSDK::Internal::Type::ArrayOf[MetronomeSDK::CommitSpecifierInput] } |
#starting_at ⇒ Time
determines the start time for the first commit
1831 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1831 required :starting_at, Time |
#subscription_config ⇒ MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCommit::SubscriptionConfig?
Attach a subscription to the recurring commit/credit.
1928 1929 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1928 optional :subscription_config, -> { MetronomeSDK::V2::ContractEditParams::AddRecurringCommit::SubscriptionConfig } |
#temporary_id ⇒ String?
A temporary ID that can be used to reference the recurring commit for commit specific overrides.
1936 |
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 1936 optional :temporary_id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/metronome_sdk/models/v2/contract_edit_params.rb', line 2043
|