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

    Interface TransactionInfoResponse

    A response that contains signed transaction information for a single transaction.

    TransactionInfoResponse

    interface TransactionInfoResponse {
        signedTransactionInfo?: string;
    }
    Index

    Properties

    signedTransactionInfo?: string

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

    JWSTransaction