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

    Interface AdvancedCommerceSubscriptionMigrateResponse

    A response that contains signed renewal and transaction information after a subscription successfully migrates to the Advanced Commerce API.

    SubscriptionMigrateResponse

    interface AdvancedCommerceSubscriptionMigrateResponse {
        signedRenewalInfo?: string;
        signedTransactionInfo?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    signedRenewalInfo?: string

    Subscription renewal information, signed by the App Store, in JSON Web Signature (JWS) format.

    signedTransactionInfo?: string

    Transaction information signed by the App Store, in JSON Web Signature (JWS) Compact Serialization format.