TPSOutput
Definition
TPSOutput {
bool Callable,
string TelephoneNumber
}
Description:
Represents the result of a TPS lookup.
The TelephoneNumber field will be set to the number that this result relates to:
- In the case of the
IsCallable method, this will always be the same as the supplied telephone number.
- In the case of the
GetCallableNumber method, this will be the first number from the list that is callable, or empty if there are no callable numbers in the list.
The Callable field will be set to true if the TelephoneNumber is allowed to be called, i.e. is not registered on the TPS, or false otherwise.
View all TPS Methods