VerificationUpdateRequest
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]
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]
import { VerificationUpdateRequest } from 'bandwidth-sdk' ;
const instance : VerificationUpdateRequest = {
businessAddress,
businessContact,
messageVolume,
useCase,
useCaseSummary,
productionMessageContent,
optInWorkflow,
additionalInformation,
isvReseller,
privacyPolicyUrl,
termsAndConditionsUrl,
businessDba,
} ;
[Back to Model list] [Back to API list] [Back to README]