Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

File metadata and controls

20 lines (13 loc) · 538 Bytes

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]