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
**phoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional][default to undefined]
10
+
**status** | [**TfvCallbackStatusEnum**](TfvCallbackStatusEnum.md) | | [optional][default to undefined]
11
+
**internalTicketNumber** | **string** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional][default to undefined]
12
+
**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][default to undefined]
13
+
**blockedReason** | **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][default to undefined]
14
+
15
+
## Example
16
+
17
+
```typescript
18
+
import { BlockedWebhook } from'bandwidth-sdk';
19
+
20
+
const instance:BlockedWebhook= {
21
+
accountId,
22
+
phoneNumber,
23
+
status,
24
+
internalTicketNumber,
25
+
blocked,
26
+
blockedReason,
27
+
};
28
+
```
29
+
30
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/TfvSubmissionInfo.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
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
**isvReseller** | **string** | ISV name. | [optional][default to undefined]
17
17
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional][default to undefined]
18
18
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional][default to undefined]
19
-
**businessDBA** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional][default to undefined]
19
+
**businessDba** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional][default to undefined]
Copy file name to clipboardExpand all lines: docs/VerificationRequest.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
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
17
17
**isvReseller** | **string** | ISV name. | [optional][default to undefined]
18
18
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional][default to undefined]
19
19
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional][default to undefined]
20
-
**businessDBA** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional][default to undefined]
20
+
**businessDba** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional][default to undefined]
Copy file name to clipboardExpand all lines: docs/VerificationUpdateRequest.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
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
**isvReseller** | **string** | ISV name. | [optional][default to undefined]
17
17
**privacyPolicyUrl** | **string** | The Toll-Free Verification request privacy policy URL. (Not Available Until 5/28/2025) | [optional][default to undefined]
18
18
**termsAndConditionsUrl** | **string** | The Toll-Free Verification request terms and conditions policy URL. (Not Available Until 5/28/2025) | [optional][default to undefined]
19
-
**businessDBA** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional][default to undefined]
19
+
**businessDba** | **string** | The company \'Doing Business As\'. (Not Available Until 5/28/2025) | [optional][default to undefined]
* Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number.
46
+
* @type {string}
47
+
* @memberof BlockedWebhook
48
+
*/
49
+
'internalTicketNumber'?: string;
50
+
/**
51
+
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
52
+
* @type {boolean}
53
+
* @memberof BlockedWebhook
54
+
*/
55
+
'blocked'?: boolean;
56
+
/**
57
+
* 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