Mayson Monorepo Documentation
    Preparing search index...
    interface CancellationDetails {
        comment?: string;
        feedback?: Emptyable<
            Stripe.SubscriptionUpdateParams.CancellationDetails.Feedback,
        >;
    }
    Index

    Properties

    Properties

    comment?: string

    Additional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user.

    The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.