Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 818 Bytes

File metadata and controls

26 lines (19 loc) · 818 Bytes

Contact

Properties

Name Type Description Notes
firstName string The first name of the business contact using the toll-free number. [default to undefined]
lastName string The last name of the business contact using the toll-free number. [default to undefined]
email string [default to undefined]
phoneNumber string Contact telephone number [default to undefined]

Example

import { Contact } from 'bandwidth-sdk';

const instance: Contact = {
    firstName,
    lastName,
    email,
    phoneNumber,
};

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