# Functions
Cancels a customer's subscription immediately.
Removes the currently applied discount on a subscription.
Retrieves the subscription with the given ID.
By default, returns a list of subscriptions that have not been canceled.
Creates a new subscription on an existing customer.
Initiates resumption of a paused subscription, optionally resetting the billing cycle anchor and creating prorations.
Search for subscriptions you've previously created using Stripe's [Search Query Language](https://stripe.com/docs/search#search-query-language).
Updates an existing subscription to match the specified parameters.
# Structs
Client is used to invoke /subscriptions APIs.
Iter is an iterator for subscriptions.
SearchIter is an iterator for subscriptions.