iaptic-js
    Preparing search index...

    Interface PlanChange

    Plan change request

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

    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)