public class ApiResponseInfo extends ApiResponseInfoLite
| Modifier and Type | Field and Description |
|---|---|
String |
ApiVersion
The version of the API
|
double |
CreditsUsed
How many credits the customer was charged for this transaction
|
AccountInfo |
CustomerDetails
Information about the customer who made the API call
|
String |
EngineVersion
The version of the parsing engine
|
int |
TotalElapsedMilliseconds
How long the transaction took on Sovren's server, in milliseconds.
|
String |
TransactionId
The id for a specific API transaction.
|
Code, Message| Constructor and Description |
|---|
ApiResponseInfo() |
public String TransactionId
public int TotalElapsedMilliseconds
If the transaction takes longer to complete on the client side, that extra duration is solely network latency.
public String EngineVersion
public String ApiVersion
public double CreditsUsed
public AccountInfo CustomerDetails
Copyright © 2023. All rights reserved.