Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 994 Bytes

File metadata and controls

26 lines (19 loc) · 994 Bytes

VerificationWebhook

Properties

Name Type Description Notes
accountId string User's account ID. [optional] [default to undefined]
phoneNumber string Toll-free telephone number in E.164 format. [optional] [default to undefined]
status TfvCallbackStatusEnum [optional] [default to undefined]
internalTicketNumber string Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. [optional] [default to undefined]

Example

import { VerificationWebhook } from 'bandwidth-sdk';

const instance: VerificationWebhook = {
    accountId,
    phoneNumber,
    status,
    internalTicketNumber,
};

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