Module: MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCredit::Proration
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/metronome_sdk/models/v2/contract_edit_params.rb,
sig/metronome_sdk/models/v2/contract_edit_params.rbs
Overview
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).
Constant Summary collapse
- NONE =
:NONE- FIRST =
:FIRST- LAST =
:LAST- FIRST_AND_LAST =
:FIRST_AND_LAST
Instance Method Summary collapse
- #self?.values ⇒ ::Array[MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCredit::proration]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCredit::proration]
2364 |
# File 'sig/metronome_sdk/models/v2/contract_edit_params.rbs', line 2364
def self?.values: -> ::Array[MetronomeSDK::Models::V2::ContractEditParams::AddRecurringCredit::proration]
|