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
|**internal_ticket_number**|**String**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
11
-
|**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]|
12
-
|**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]|
11
+
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
12
+
|**blocked_reason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
|**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]|
15
+
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[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. |[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]|
16
+
|**privacy_policy_url**|**String**| The Toll-Free Verification request privacy policy URL. |[optional]|
17
+
|**terms_and_conditions_url**|**String**| The Toll-Free Verification request terms and conditions policy URL. |[optional]|
18
+
|**business_dba**|**String**| The company 'Doing Business As'. |[optional]|
Copy file name to clipboardExpand all lines: docs/VerificationDenialWebhook.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +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]|
15
+
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[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. |[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]|
17
+
|**privacy_policy_url**|**String**| The Toll-Free Verification request privacy policy URL. |[optional]|
18
+
|**terms_and_conditions_url**|**String**| The Toll-Free Verification request terms and conditions policy URL. |[optional]|
19
+
|**business_dba**|**String**| The company 'Doing Business As'. |[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]|
16
+
|**privacy_policy_url**|**String**| The Toll-Free Verification request privacy policy URL. |[optional]|
17
+
|**terms_and_conditions_url**|**String**| The Toll-Free Verification request terms and conditions policy URL. |[optional]|
18
+
|**business_dba**|**String**| The company 'Doing Business As'. |[optional]|
Copy file name to clipboardExpand all lines: lib/bandwidth-sdk/models/blocked_webhook.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ class BlockedWebhook
26
26
# Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number.
27
27
attr_accessor:internal_ticket_number
28
28
29
-
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
29
+
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
30
30
attr_accessor:blocked
31
31
32
-
# 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)
32
+
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
Copy file name to clipboardExpand all lines: lib/bandwidth-sdk/models/tfv_status.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ 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)
40
+
# Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
41
41
attr_accessor:blocked
42
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)
43
+
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
0 commit comments