Sha256: dc9956e923523ee9f8f8c2a7859dce68971d0f4f5b9cfcf77e08b717ce7e1da1

Contents?: true

Size: 634 Bytes

Versions: 5

Compression:

Stored size: 634 Bytes

Contents

# VeloPayments::UnregisterMFARequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mfa_type** | **String** | The type of the MFA device | 
**verification_code** | **String** | <p>Optional property that MUST be suppied when manually verifying a user</p> <p>The user's smsNumber is registered via a separate endpoint and an OTP sent to them</p>  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::UnregisterMFARequest.new(mfa_type: TOTP,
                                 verification_code: 123456)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.23.78.beta1 docs/UnregisterMFARequest.md
velopayments-2.20.119 docs/UnregisterMFARequest.md
velopayments-2.20.29.beta1 docs/UnregisterMFARequest.md
velopayments-2.19.116 docs/UnregisterMFARequest.md
velopayments-2.19.40.beta1 docs/UnregisterMFARequest.md