Module: Schematic::Types::PlanChangeAction

Extended by:
Internal::Types::Enum
Defined in:
lib/schematic/types/plan_change_action.rb

Constant Summary collapse

CHECKOUT =
"checkout"
COMPANY_UPSERT =
"company_upsert"
FALLBACK_PLAN =
"fallback_plan"
MANAGE_PLAN =
"manage_plan"
MIGRATION =
"migration"
PLAN_BILLING_PRODUCT_CHANGED =
"plan_billing_product_changed"
PLAN_DELETED =
"plan_deleted"
PLAN_TRAIT_CHANGE =
"plan_trait_change"
PLAN_VERSION_MIGRATION =
"plan_version_migration"
QUICKSTART =
"quickstart"
SUBSCRIPTION_CHANGE =
"subscription_change"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load