Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 937 Bytes

File metadata and controls

25 lines (18 loc) · 937 Bytes

GetAsyncBulkLookupResponseData

The phone number lookup response data

Properties

Name Type Description Notes
requestId string The phone number lookup request ID from Bandwidth. [optional] [default to undefined]
status InProgressLookupStatusEnum [optional] [default to undefined]
results Array<LookupResult> The carrier information results for the specified telephone number. [optional] [default to undefined]

Example

import { GetAsyncBulkLookupResponseData } from 'bandwidth-sdk';

const instance: GetAsyncBulkLookupResponseData = {
    requestId,
    status,
    results,
};

[Back to Model list] [Back to API list] [Back to README]