Interface PlanChange

Plan change request

interface PlanChange {
    accessToken?: string;
    offerId: string;
    purchaseId: string;
}

Properties

accessToken?: string

Optional access token for the user

offerId: string

New offer to subscribe to

purchaseId: string

Unique identifier for the purchase to replace (optional, if not provided, the best suited subscription will be used)