VerifyCodeResponse Properties Name Type Description Notes valid boolean Whether or not the supplied code is valid. [optional] [default to undefined] Example import { VerifyCodeResponse } from 'bandwidth-sdk'; const instance: VerifyCodeResponse = { valid, }; [Back to Model list] [Back to API list] [Back to README]