iaptic-js
    Preparing search index...

    Interface ChangePlanResponseInternal

    Response from Iaptic's /stripe/change-plan API

    interface ChangePlanResponse {
        newAccessToken?: string;
        ok: boolean;
        purchase: Purchase;
    }
    Index

    Properties

    newAccessToken?: string

    Optional new access token

    ok: boolean

    Whether the request was successful

    purchase: Purchase

    Updated purchase details