Module: Stigg::Models::V1::PlanListChargesResponse::BillingModel

Extended by:
Internal::Type::Enum
Defined in:
lib/stigg/models/v1/plan_list_charges_response.rb,
sig/stigg/models/v1/plan_list_charges_response.rbs

Overview

The billing model (FLAT_FEE, PER_UNIT, USAGE_BASED, CREDIT_BASED, MINIMUM_SPEND)

See Also:

  • Stigg::Models::V1::PlanListChargesResponse#billing_model

Constant Summary collapse

FLAT_FEE =

Returns:

  • (:FLAT_FEE)
:FLAT_FEE
MINIMUM_SPEND =

Returns:

  • (:MINIMUM_SPEND)
:MINIMUM_SPEND
PER_UNIT =

Returns:

  • (:PER_UNIT)
:PER_UNIT
USAGE_BASED =

Returns:

  • (:USAGE_BASED)
:USAGE_BASED
CREDIT_BASED =

Returns:

  • (:CREDIT_BASED)
:CREDIT_BASED

Instance Method Summary collapse

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[Stigg::Models::V1::PlanListChargesResponse::billing_model]

Returns:

  • (::Array[Stigg::Models::V1::PlanListChargesResponse::billing_model])


138
# File 'sig/stigg/models/v1/plan_list_charges_response.rbs', line 138

def self?.values: -> ::Array[Stigg::Models::V1::PlanListChargesResponse::billing_model]