Module: Schematic::Types::SubscriptionType
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/subscription_type.rb
Constant Summary collapse
- FREE =
"free"- ONE_TIME =
"one_time"- PAID =
"paid"- TRIAL =
"trial"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values