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 )