| 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] |
import { Contact } from 'bandwidth-sdk';
const instance: Contact = {
firstName,
lastName,
email,
phoneNumber,
};
[Back to Model list] [Back to API list] [Back to README]