Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.65 KB

File metadata and controls

38 lines (32 loc) · 2.65 KB

Bandwidth::TfvStatus

Properties

Name Type Description Notes
phone_number String Toll-free telephone number in E.164 format. [optional]
status TfvStatusEnum [optional]
internal_ticket_number String Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number - included in all webhook payloads. [optional]
decline_reason_description String Explanation for why a verification request was declined. [optional]
resubmit_allowed Boolean Whether a Toll-Free Verification request qualifies for resubmission via PUT. [optional]
created_date_time Time Date and time the verification request was created. [optional]
modified_date_time Time Date and time the verification request was last modified. [optional]
submission TfvSubmissionInfo [optional]
blocked Boolean Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. [optional]
blocked_reason String The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. [optional]
cv_token String The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty string will likely result in rejection. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::TfvStatus.new(
  phone_number: +18005555555,
  status: null,
  internal_ticket_number: acde070d-8c4c-4f0d-9d8a-162843c10333,
  decline_reason_description: Invalid Information - Can't Validate URL - Website is not accessible / not available,
  resubmit_allowed: true,
  created_date_time: 2021-06-08T06:45:13Z,
  modified_date_time: 2021-06-08T06:45:13Z,
  submission: null,
  blocked: true,
  blocked_reason: Toll-free number was used to send spam messages,
  cv_token: cv.user123|sess456|mno|tfree|read_write|X7yZ9aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789aBcDeFgHiJkLmNoPqRsTuVw
)