You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Get information about a single transaction for your app.
111
+
/// </summary>
112
+
/// <param name="transactionId">The identifier of a transaction that belongs to the customer, and which may be an original transaction identifier.</param>
113
+
/// <exception cref="ApiException">Thrown when a response indicates the request could not be processed</exception>
114
+
/// <remarks>
115
+
/// See <see href="https://developer.apple.com/documentation/appstoreserverapi/get-v1-transactions-_transactionid_">Get Transaction Info</see>
0 commit comments