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

    Interface ExternalPurchaseToken

    The payload data that contains an external purchase token.

    externalPurchaseToken

    interface ExternalPurchaseToken {
        appAppleId?: number;
        bundleId?: string;
        externalPurchaseId?: string;
        tokenCreationDate?: number;
    }
    Index

    Properties

    appAppleId?: number

    The unique identifier of an app in the App Store.

    appAppleId

    bundleId?: string

    The bundle identifier of an app.

    bundleId

    externalPurchaseId?: string

    The field of an external purchase token that uniquely identifies the token.

    externalPurchaseId

    tokenCreationDate?: number

    The field of an external purchase token that contains the UNIX date, in milliseconds, when the system created the token.

    tokenCreationDate