IDVMethod
public struct IDVMethod : Codable
IDVMethod defines the Mastercard IDV methods that are available to the end user.
Version
Version 3.0Since
Since 3.0-
The
IDVMethodthat the end user can select. The possible types ofIDVMethodare listed:Declaration
Swift
public let type: IDVType -
An information that can be displayed to the end user.
- For
IDVType.otpEmail, it is a masked email. - For
IDVType.otpSMS, it is a masked phone number.
Declaration
Swift
public let value: String - For
IDVMethod Structure Reference