alias Stripe::SubscriptionPauseCollection

Overview

If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to paused. Learn more about pausing collection.

Alias Definition

Stripe::SubscriptionsResourcePauseCollection

Defined in:

stripe/models/subscription_pause_collection.cr

Constant Summary

ERROR_MESSAGE_FOR_BEHAVIOR = "invalid value for \"behavior\", must be one of [keep_as_draft, mark_uncollectible, void]."
VALID_VALUES_FOR_BEHAVIOR = String.static_array("keep_as_draft", "mark_uncollectible", "void")