Module: Schematic::Types::PlanChangeSubscriptionAction

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

Constant Summary collapse

ADJUSTMENT =
"adjustment"
DOWNGRADE =
"downgrade"
INVALID =
"invalid"
SUBSCRIBE =
"subscribe"
UNSUBSCRIBE =
"unsubscribe"
UPGRADE =
"upgrade"
UPGRADE_TRIAL =
"upgrade_trial"

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