Parameters for subscription schedule cancel.
Summary
Types
@type t() :: %Stripe.Params.SubscriptionScheduleCancelParams{ expand: term(), invoice_now: term(), prorate: term() }
expand- Specifies which fields in the response should be expanded.invoice_now- If the subscription schedule isactive, indicates if a final invoice will be generated that contains any un-invoiced metered usage and new/pending proration invoice items. Defaults totrue.prorate- If the subscription schedule isactive, indicates if the cancellation should be prorated. Defaults totrue.