Module: Schematic::Types::BillingPlanCreditGrantResetCadence
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/billing_plan_credit_grant_reset_cadence.rb
Constant Summary collapse
- DAILY =
"daily"- EVERY_6_MONTHS =
"every_6_months"- MONTHLY =
"monthly"- QUARTERLY =
"quarterly"- WEEKLY =
"weekly"- YEARLY =
"yearly"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values