Sha256: 81d7e51d39145aa5087fe7274e87349c7ffd01d7e242a372a79dcc11933a7507

Contents?: true

Size: 801 Bytes

Versions: 16

Compression:

Stored size: 801 Bytes

Contents

# Bandwidth::StirShaken

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **verstat** | **String** | (optional) The verification status indicating whether the verification was successful or not. Possible values are TN-Verification-Passed and TN-Verification-Failed. | [optional] |
| **attestation_indicator** | **String** | (optional) The attestation level verified by Bandwidth. Possible values are A (full), B (partial) or C (gateway). | [optional] |
| **originating_id** | **String** | (optional) A unique origination identifier. | [optional] |

## Example

```ruby
require 'bandwidth-sdk'

instance = Bandwidth::StirShaken.new(
  verstat: Tn-Verification-Passed,
  attestation_indicator: A,
  originating_id: 99759086-1335-11ed-9bcf-5f7d464e91af
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bandwidth-sdk-13.1.2 docs/StirShaken.md
bandwidth-sdk-13.1.1 docs/StirShaken.md
bandwidth-sdk-13.1.0 docs/StirShaken.md
bandwidth-sdk-13.0.0 docs/StirShaken.md
bandwidth-sdk-12.1.0 docs/StirShaken.md
bandwidth-sdk-11.3.0 docs/StirShaken.md
bandwidth-sdk-11.2.0 docs/StirShaken.md
bandwidth-sdk-11.1.1 docs/StirShaken.md
bandwidth-sdk-11.1.0 docs/StirShaken.md
bandwidth-sdk-11.0.0 docs/StirShaken.md
bandwidth-sdk-11.0.0.pre.beta.4.0 docs/StirShaken.md
bandwidth-sdk-11.0.0.pre.beta.3.1 docs/StirShaken.md
bandwidth-sdk-11.0.0.pre.beta.3.0 docs/StirShaken.md
bandwidth-sdk-11.0.0.pre.beta.2.0 docs/StirShaken.md
bandwidth-sdk-11.0.0.pre.beta.1.1 docs/StirShaken.md
bandwidth-sdk-11.0.0.pre.beta.1 docs/StirShaken.md