Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 930 Bytes

File metadata and controls

25 lines (18 loc) · 930 Bytes

CreateSyncLookupResponseData

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 CompletedLookupStatusEnum [optional] [default to undefined]
results Array<LookupResult> The carrier information results for the specified telephone numbers. [optional] [default to undefined]

Example

import { CreateSyncLookupResponseData } from 'bandwidth-sdk';

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

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