Module: Dodopayments::Models::Price
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/dodopayments/models/price.rb
Overview
One-time price details.
Defined Under Namespace
Classes: OneTimePrice, RecurringPrice, UsageBasedPrice
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(Dodopayments::Models::Price::OneTimePrice, Dodopayments::Models::Price::RecurringPrice, Dodopayments::Models::Price::UsageBasedPrice)
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/dodopayments/models/price.rb', line 102
|
.variants ⇒ Array(Dodopayments::Models::Price::OneTimePrice, Dodopayments::Models::Price::RecurringPrice, Dodopayments::Models::Price::UsageBasedPrice)
|
|
# File 'lib/dodopayments/models/price.rb', line 328
|