Module: MetronomeSDK::Models::V1::ContractCreateParams::RecurringCommit::RecurrenceFrequency

Extended by:
Internal::Type::Enum
Defined in:
lib/metronome_sdk/models/v1/contract_create_params.rb

Overview

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.

Constant Summary collapse

MONTHLY =
:MONTHLY
QUARTERLY =
:QUARTERLY
ANNUAL =
:ANNUAL
WEEKLY =
:WEEKLY

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info