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. |[optional]|
16
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]|
17
-
|**cv_token**|**String**| The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected. |[optional]|
17
+
|**cv_token**|**String**| The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty stringwill likely result in rejection. |[optional]|
|**help_message_response**|**String**| A message that gets sent to users requesting help. |[optional]|
24
24
|**age_gated_content**|**Boolean**| Indicates whether the content is age-gated. |[optional]|
25
-
|**cv_token**|**String**| The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected. |[optional]|
25
+
|**cv_token**|**String**| The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty stringwill likely result in rejection. |[optional]|
|**help_message_response**|**String**| A message that gets sent to users requesting help. |[optional]|
23
23
|**age_gated_content**|**Boolean**| Indicates whether the content is age-gated. |[optional]|
24
-
|**cv_token**|**String**| The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected. |[optional]|
24
+
|**cv_token**|**String**| The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty stringwill likely result in rejection. |[optional]|
Copy file name to clipboardExpand all lines: lib/bandwidth-sdk/models/tfv_status.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ class TfvStatus < ApiModelBase
43
43
# The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked.
44
44
attr_accessor:blocked_reason
45
45
46
-
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected.
46
+
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty stringwill likely result in rejection.
Copy file name to clipboardExpand all lines: lib/bandwidth-sdk/models/verification_request.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ class VerificationRequest < ApiModelBase
63
63
# Indicates whether the content is age-gated.
64
64
attr_accessor:age_gated_content
65
65
66
-
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected.
66
+
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty stringwill likely result in rejection.
Copy file name to clipboardExpand all lines: lib/bandwidth-sdk/models/verification_update_request.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ class VerificationUpdateRequest < ApiModelBase
61
61
# Indicates whether the content is age-gated.
62
62
attr_accessor:age_gated_content
63
63
64
-
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. If you pass an empty string, it will be passed along and potentially rejected.
64
+
# The token provided by Campaign Verify to validate your political use case. Only required for 527 political organizations. If you are not a 527 political organization, this field should be omitted. Supplying an empty stringwill likely result in rejection.
0 commit comments