@apple/app-store-server-library
    Preparing search index...

    Interface AlternateProduct

    A switch-plan message and product ID you provide in a real-time response to your Get Retention Message endpoint.

    alternateProduct

    interface AlternateProduct {
        messageIdentifier?: string;
        productId?: string;
    }
    Index

    Properties

    messageIdentifier?: string

    The message identifier of the text to display in the switch-plan retention message.

    messageIdentifier

    productId?: string

    The product identifier of the subscription the retention message suggests for your customer to switch to.

    productId