Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 590 Bytes

UnregisterMFARequest.md

File metadata and controls

20 lines (14 loc) · 590 Bytes

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

require 'velopayments'

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