Module: Onlyfans::Models::TrialLinkCreateParams::OfferLimit

Extended by:
Internal::Type::Enum
Defined in:
lib/onlyfans/models/trial_link_create_params.rb

Overview

How many people can use this offer. Must either be 0 (for no limit), or a number between 1-10, 50, or 100.

Constant Summary collapse

OFFER_LIMIT_0 =
0
OFFER_LIMIT_1 =
1
OFFER_LIMIT_2 =
2
OFFER_LIMIT_3 =
3
OFFER_LIMIT_4 =
4
OFFER_LIMIT_5 =
5
OFFER_LIMIT_6 =
6
OFFER_LIMIT_7 =
7
OFFER_LIMIT_8 =
8
OFFER_LIMIT_9 =
9
OFFER_LIMIT_10 =
10
OFFER_LIMIT_50 =
50
OFFER_LIMIT_100 =
100

Class Method Summary collapse

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

Class Method Details

.valuesArray<Integer>

Returns:

  • (Array<Integer>)


# File 'lib/onlyfans/models/trial_link_create_params.rb', line 103