Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 542 Bytes

File metadata and controls

20 lines (13 loc) · 542 Bytes

SyncLookupRequest

Properties

Name Type Description Notes
phoneNumbers Array<string> Telephone numbers in E.164 format. [default to undefined]

Example

import { SyncLookupRequest } from 'bandwidth-sdk';

const instance: SyncLookupRequest = {
    phoneNumbers,
};

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