Interface ChangePlanResponseInternal

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

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

Properties

newAccessToken?: string

Optional new access token

ok: boolean

Whether the request was successful

purchase: Purchase

Updated purchase details