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
Copy file name to clipboardExpand all lines: models/tfv-status.ts
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,18 @@ export interface TfvStatus {
74
74
* @memberof TfvStatus
75
75
*/
76
76
'submission'?: TfvSubmissionInfo;
77
+
/**
78
+
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
79
+
* @type {boolean}
80
+
* @memberof TfvStatus
81
+
*/
82
+
'blocked'?: boolean;
83
+
/**
84
+
* 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)
* Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. (Not Available Until 5/28/2025)
76
+
* @type {boolean}
77
+
* @memberof VerificationDenialWebhook
78
+
*/
79
+
'blocked'?: boolean;
80
+
/**
81
+
* 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