The most recent App Store-signed transaction information and App Store-signed renewal information for an auto-renewable subscription.

lastTransactionsItem

interface LastTransactionsItem {
    originalTransactionId?: string;
    signedRenewalInfo?: string;
    signedTransactionInfo?: string;
    status?: number;
}

Properties

originalTransactionId?: string

The original transaction identifier of a purchase.

originalTransactionId

signedRenewalInfo?: string

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

JWSRenewalInfo

signedTransactionInfo?: string

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

JWSTransaction

status?: number

The status of the auto-renewable subscription.

status