Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 983 Bytes

File metadata and controls

24 lines (17 loc) · 983 Bytes

StirShaken

Properties

Name Type Description Notes
verstat string (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Validation-Passed and TN-Validation-Failed. [optional] [default to undefined]
attestationIndicator string (optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway). [optional] [default to undefined]
originatingId string (optional) A unique origination identifier. [optional] [default to undefined]

Example

import { StirShaken } from 'bandwidth-sdk';

const instance: StirShaken = {
    verstat,
    attestationIndicator,
    originatingId,
};

[Back to Model list] [Back to API list] [Back to README]