Module: Square::Types::SubscriptionActionType

Extended by:
Internal::Types::Enum
Defined in:
lib/square/types/subscription_action_type.rb

Constant Summary collapse

CANCEL =
"CANCEL"
PAUSE =
"PAUSE"
RESUME =
"RESUME"
SWAP_PLAN =
"SWAP_PLAN"
CHANGE_BILLING_ANCHOR_DATE =
"CHANGE_BILLING_ANCHOR_DATE"
COMPLETE =
"COMPLETE"

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