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

    Interface UpdateAppAccountTokenRequest

    The request body that contains an app account token value.

    UpdateAppAccountTokenRequest

    interface UpdateAppAccountTokenRequest {
        appAccountToken: string;
    }
    Index

    Properties

    Properties

    appAccountToken: string

    The UUID that an app optionally generates to map a customer's in-app purchase with its resulting App Store transaction.

    appAccountToken