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: docs/TfvStatus.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
9
9
**status** | [**TfvStatusEnum**](TfvStatusEnum.md) | | [optional][default to undefined]
10
10
**internalTicketNumber** | **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][default to undefined]
11
11
**declineReasonDescription** | **string** | Explanation for why a verification request was declined. | [optional][default to undefined]
12
+
**denialStatusCode** | **number** | Reason code for denial. | [optional][default to undefined]
13
+
**additionalDenialReasons** | [**Array<AdditionalDenialReason>**](AdditionalDenialReason.md) | An optional list of denial reasons in addition to declineReasonDescription when multiple reasons apply. | [optional][default to undefined]
12
14
**resubmitAllowed** | **boolean** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional][default to undefined]
13
15
**createdDateTime** | **string** | Date and time the verification request was created. | [optional][default to undefined]
14
16
**modifiedDateTime** | **string** | Date and time the verification request was last modified. | [optional][default to undefined]
0 commit comments