Module: Square::Types::SubscriptionEventSubscriptionEventType

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

Constant Summary collapse

START_SUBSCRIPTION =
"START_SUBSCRIPTION"
PLAN_CHANGE =
"PLAN_CHANGE"
STOP_SUBSCRIPTION =
"STOP_SUBSCRIPTION"
DEACTIVATE_SUBSCRIPTION =
"DEACTIVATE_SUBSCRIPTION"
RESUME_SUBSCRIPTION =
"RESUME_SUBSCRIPTION"
PAUSE_SUBSCRIPTION =
"PAUSE_SUBSCRIPTION"
BILLING_ANCHOR_DATE_CHANGED =
"BILLING_ANCHOR_DATE_CHANGED"

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