| Name |
Type |
Description |
Notes |
| businessAddress |
Address |
|
[default to undefined] |
| businessContact |
Contact |
|
[default to undefined] |
| messageVolume |
number |
Estimated monthly volume of messages from the toll-free number. |
[default to undefined] |
| phoneNumbers |
Array<string> |
|
[default to undefined] |
| useCase |
string |
The category of the use case. |
[default to undefined] |
| useCaseSummary |
string |
A general idea of the use case and customer. |
[default to undefined] |
| productionMessageContent |
string |
Example of message content. |
[default to undefined] |
| optInWorkflow |
OptInWorkflow |
|
[default to undefined] |
| additionalInformation |
string |
Any additional information. |
[optional] [default to undefined] |
| isvReseller |
string |
ISV name. |
[optional] [default to undefined] |
| privacyPolicyUrl |
string |
The Toll-Free Verification request privacy policy URL. |
[optional] [default to undefined] |
| termsAndConditionsUrl |
string |
The Toll-Free Verification request terms and conditions policy URL. |
[optional] [default to undefined] |
| businessDba |
string |
The company 'Doing Business As'. |
[optional] [default to undefined] |
| businessRegistrationNumber |
string |
Government-issued business identifying number. |
[optional] [default to undefined] |
| businessRegistrationType |
BusinessRegistrationTypeEnum |
|
[optional] [default to undefined] |
| businessRegistrationIssuingCountry |
BusinessRegistrationIssuingCountryEnum |
|
[optional] [default to undefined] |
| businessEntityType |
BusinessEntityTypeEnum |
|
[default to undefined] |
| helpMessageResponse |
string |
A message that gets sent to users requesting help. |
[optional] [default to undefined] |
| ageGatedContent |
boolean |
Indicates whether the content is age-gated. |
[optional] [default to undefined] |
| cvToken |
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 string will likely result in rejection. |
[optional] [default to undefined] |
import { VerificationRequest } from 'bandwidth-sdk';
const instance: VerificationRequest = {
businessAddress,
businessContact,
messageVolume,
phoneNumbers,
useCase,
useCaseSummary,
productionMessageContent,
optInWorkflow,
additionalInformation,
isvReseller,
privacyPolicyUrl,
termsAndConditionsUrl,
businessDba,
businessRegistrationNumber,
businessRegistrationType,
businessRegistrationIssuingCountry,
businessEntityType,
helpMessageResponse,
ageGatedContent,
cvToken,
};
[Back to Model list] [Back to API list] [Back to README]