extract Transaction Id
@Deprecated(message = "Get transactionId from response headers", replaceWith = @ReplaceWith(imports = {}, expression = "response.headers[transaction-id]" ) )
Deprecated
Get transactionId from response headers
Replace with
response.headers[transaction-id]
Content copied to clipboard
Extracts the transaction ID from a response object if it exists; otherwise, returns null.