Sha256: e5fe0c18682789e50e74ee956ec859a5059f6aede5d2137bc3f62643f5ff4f37
Contents?: true
Size: 590 Bytes
Versions: 5
Compression:
Stored size: 590 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] | ## Example ```ruby require 'velopayments' instance = VeloPayments::UnregisterMFARequest.new( mfa_type: TOTP, verification_code: 123456 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems