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.
807
+
808
+
:param any_transaction_id: Any transactionId, originalTransactionId, or appTransactionId that belongs to the customer for your app.
809
809
:param status: An optional filter that indicates the status of subscriptions to include in the response. Your query may specify more than one status query parameter.
810
810
:return: A response that contains status information for all of a customer's auto-renewable subscriptions in your app.
811
811
:throws APIException: If a response was returned indicating the request could not be processed
:param transaction_id: The identifier of a transaction that belongs to the customer, and which may be an original transaction identifier.
824
+
:param any_transaction_id: Any transactionId, originalTransactionId, or appTransactionId that belongs to the customer for your app.
825
825
:param revision: A token you provide to get the next set of up to 20 transactions. All responses include a revision token. Use the revision token from the previous RefundHistoryResponse.
826
826
:return: A response that contains status information for all of a customer's auto-renewable subscriptions in your app.
827
827
:throws APIException: If a response was returned indicating the request could not be processed
:param transaction_id: The identifier of a transaction that belongs to the customer, and which may be an original transaction identifier.
880
+
:param any_transaction_id: Any transactionId, originalTransactionId, or appTransactionId that belongs to the customer for your app.
881
881
: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.
882
882
:param transaction_history_request: The request parameters that includes the startDate,endDate,productIds,productTypes and optional query constraints.
883
883
:param version: The version of the Get Transaction History endpoint to use. V2 is recommended.
:param transaction_id: The identifier of a transaction that belongs to the customer, and which may be an original transaction identifier.
1217
+
1218
+
:param any_transaction_id: Any transactionId, originalTransactionId, or appTransactionId that belongs to the customer for your app.
1209
1219
:param status: An optional filter that indicates the status of subscriptions to include in the response. Your query may specify more than one status query parameter.
1210
1220
:return: A response that contains status information for all of a customer's auto-renewable subscriptions in your app.
1211
1221
:throws APIException: If a response was returned indicating the request could not be processed
:param transaction_id: The identifier of a transaction that belongs to the customer, and which may be an original transaction identifier.
1234
+
:param any_transaction_id: Any transactionId, originalTransactionId, or appTransactionId that belongs to the customer for your app.
1225
1235
:param revision: A token you provide to get the next set of up to 20 transactions. All responses include a revision token. Use the revision token from the previous RefundHistoryResponse.
1226
1236
:return: A response that contains status information for all of a customer's auto-renewable subscriptions in your app.
1227
1237
:throws APIException: If a response was returned indicating the request could not be processed
:param transaction_id: The identifier of a transaction that belongs to the customer, and which may be an original transaction identifier.
1290
+
:param any_transaction_id: Any transactionId, originalTransactionId, or appTransactionId that belongs to the customer for your app.
1281
1291
: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.
1282
1292
:param transaction_history_request: The request parameters that includes the startDate,endDate,productIds,productTypes and optional query constraints.
1283
1293
:param version: The version of the Get Transaction History endpoint to use. V2 is recommended.
0 commit comments