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

SubscriptionGroupIdentifierItem

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

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