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

    Interface AppTransactionInfoResponse

    A response that contains signed app transaction information for a customer.

    AppTransactionInfoResponse

    interface AppTransactionInfoResponse {
        signedAppTransactionInfo?: string;
    }
    Index

    Properties

    signedAppTransactionInfo?: string

    A customer’s app transaction information, signed by Apple, in JSON Web Signature (JWS) format.

    JWSAppTransaction