Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 783 Bytes

VerificationWebhook.md

File metadata and controls

24 lines (18 loc) · 783 Bytes

Bandwidth::VerificationWebhook

Properties

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

Example

require 'bandwidth-sdk'

instance = Bandwidth::VerificationWebhook.new(
  account_id: 1234567,
  phone_number: +18005555555,
  status: null,
  internal_ticket_number: acde070d-8c4c-4f0d-9d8a-162843c10333
)