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

    Interface PerformanceTestRequest

    The request object you provide for a performance test that contains an original transaction identifier.

    PerformanceTestRequest

    interface PerformanceTestRequest {
        originalTransactionId: string;
    }
    Index

    Properties

    originalTransactionId: string

    The original transaction identifier of an In-App Purchase you initiate in the sandbox environment, to use as the purchase for this test.

    originalTransactionId