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

    Interface SubscriptionGroupIdentifierItem

    Information for auto-renewable subscriptions, including signed transaction information and signed renewal information, for one subscription group.

    SubscriptionGroupIdentifierItem

    interface SubscriptionGroupIdentifierItem {
        lastTransactions?: LastTransactionsItem[];
        subscriptionGroupIdentifier?: string;
    }
    Index

    Properties

    lastTransactions?: LastTransactionsItem[]

    An array of the most recent App Store-signed transaction information and App Store-signed renewal information for all auto-renewable subscriptions in the subscription group.

    lastTransactionsItem

    subscriptionGroupIdentifier?: string

    The identifier of the subscription group that the subscription belongs to.

    subscriptionGroupIdentifier