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
:param transaction_id: The identifier of a transaction that belongs to the customer, and which may be an original transaction identifier.
615
623
:param revision: A token you provide to get the next set of up to 20 transactions. All responses include a revision token. Note: For requests that use the revision token, include the same query parameters from the initial request. Use the revision token from the previous HistoryResponse.
616
624
:param transaction_history_request: The request parameters that includes the startDate,endDate,productIds,productTypes and optional query constraints.
625
+
:param version: The version of the Get Transaction History endpoint to use. V2 is recommended.
617
626
:return: A response that contains the customer's transaction history for an app.
618
627
:throws APIException: If a response was returned indicating the request could not be processed
0 commit comments