Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 545 Bytes

File metadata and controls

20 lines (13 loc) · 545 Bytes

AsyncLookupRequest

Properties

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

Example

import { AsyncLookupRequest } from 'bandwidth-sdk';

const instance: AsyncLookupRequest = {
    phoneNumbers,
};

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