An identifier that App Store Connect generates and the App Store uses to uniquely identify the app purchased. Treat this value as a 64-bit integer.
The time a subscription expires or when it will renew, in UNIX epoch time format, in milliseconds. Use this time format for processing dates. Note that this field is called InAppPurchaseTransaction.expires_date_ms in the transaction.
1616411598724
The time a subscription expires or when it will renew, in the Pacific time zone. Note that this field is called InAppPurchaseTransaction.expires_date_pst in the transaction.
2021-01-01 00:00:00 America/Los_Angeles
An indicator of whether an auto-renewable subscription is in the introductory price period.
An indicator of whether a subscription is in the free trial period.
An identifier that App Store Connect generates and the App Store uses to uniquely identify the in-app product purchased. Treat this value as a 64-bit integer.
The time of the original app purchase, in a date-time format similar to the ISO 8601 standard.
2021-03-01 07:00:00 Etc/GMT
The time of the original app purchase, in UNIX epoch time format, in milliseconds. Use this time format for processing dates. This value indicates the date of the subscription's initial purchase. The original purchase date applies to all product types and remains the same in all transactions for the same product ID. This value corresponds to the original transaction’s transactionDate property in StoreKit.
1616411598724
The time of the original app purchase, in the Pacific time zone.
2021-01-01 00:00:00 America/Los_Angeles
The transaction identifier of the original purchase.
The unique identifier of the product purchased. You provide this value when creating the product in App Store Connect, and it corresponds to the productIdentifier property of the SKPayment object stored in the transaction’s payment property.
The time the App Store charged the user’s account for a subscription purchase or renewal after a lapse, in a date-time format similar to the ISO 8601 standard.
2021-03-01 07:00:00 Etc/GMT
The time the App Store charged the user’s account for a subscription purchase or renewal after a lapse, in the UNIX epoch time format, in milliseconds. Use this time format for processing dates.
1616411598724
The time the App Store charged the user’s account for a subscription purchase or renewal after a lapse, in the Pacific time zone.
2021-01-01 00:00:00 America/Los_Angeles
The number of consumable products purchased. This value corresponds to the quantity property of the SKPayment object stored in the transaction’s payment property. The value is usually '1' unless modified with a mutable payment. The maximum value is '10'.
A unique identifier for a transaction such as a purchase, restore, or renewal.
A unique identifier for purchase events across devices, including subscription-renewal events. This value is the primary key for identifying subscription purchases.
An object that contains information about the latest in-app subscription transaction.
Link
https://developer.apple.com/documentation/appstoreservernotifications/responsebody/latest_receipt_info
Deprecated
Use the UnifiedReceipt.latest_receipt_info object instead.
Deprecated
This object is deprecated in the sandbox and production environments, and no longer included in the response body as of March 10, 2021.