IDVMethod
public struct IDVMethod
IDVMethod defines the Visa IDV methods that are available to the end user.
Version
Version 3.0Since
Since 3.0-
The identifier of the
IDVMethod.Declaration
Swift
public var id: String? -
A type of
IDVMethodthat the end user can select.Declaration
Swift
public var type: VisaCTFHelper.IDVType? -
Only for
IDVType.appToApp. It corresponds to the concatenation of the issuer application ID and the intent handler. An information that can be displayed to the end user.- For
IDVType.otpEmail, it is a masked email. - For
IDVType.appToApp, it is the issuer mobile application name. - For
IDVType.customerService, it is the number to call such as1-800-555-1212.
Declaration
Swift
public var value: String? - For
-
Only for
IDVType.appToApp. It corresponds to the concatenation of the issuer application ID and the intent handler.Declaration
Swift
public var source: String? -
Only for
IDVType.appToApp. It is an opaque payload to provide to the issuer application.Declaration
Swift
public var requestPayload: String?
IDVMethod Structure Reference