You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) |[optional]|
16
+
|**blocked_reason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) |[optional]|
|**privacy_policy_url**|**String**| The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) |[optional]|
17
+
|**terms_and_conditions_url**|**String**| The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) |[optional]|
18
+
|**business_dba**|**String**| The company 'Doing Business As'. (Not Available Until 5/28/2025) |[optional]|
Copy file name to clipboardExpand all lines: docs/VerificationDenialWebhook.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
|**phone_number**|**String**| Toll-free telephone number in E.164 format. |[optional]|
13
13
|**resubmit_allowed**|**Boolean**| Whether a Toll-Free Verification request qualifies for resubmission via PUT. |[optional]|
14
14
|**status**|**String**||[optional][default to 'UNVERIFIED']|
15
+
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) |[optional]|
16
+
|**blocked_reason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025) |[optional]|
|**privacy_policy_url**|**String**| The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) |[optional]|
18
+
|**terms_and_conditions_url**|**String**| The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) |[optional]|
19
+
|**business_dba**|**String**| The company 'Doing Business As'. (Not Available Until 5/28/2025) |[optional]|
|**privacy_policy_url**|**String**| The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) |[optional]|
17
+
|**terms_and_conditions_url**|**String**| The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) |[optional]|
18
+
|**business_dba**|**String**| The company 'Doing Business As'. (Not Available Until 5/28/2025) |[optional]|
Copy file name to clipboardExpand all lines: lib/bandwidth-sdk/models/tfv_status.rb
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,12 @@ class TfvStatus
37
37
38
38
attr_accessor:submission
39
39
40
+
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
41
+
attr_accessor:blocked
42
+
43
+
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
0 commit comments